/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





A high performance, full featured, multifunction visualizer allows detailed inspection of WPF, WCF, ASP.NET, XBAP's and WinForm applications. This includes viewing and drilling into public, protected and non-public members of any element or sub-element in the application. Current Version 3.0.0.4
.NET still does not expose the drive serial number via the framework. For that you will need to use WMI. Here is the code. Shared Function GetDriveSerialNumber( ByVal drive As String ) As String     Dim driveSerial As String = String .Empty       'No matter what is sent in, get just the drive letter     Dim driveFixed As String = System.IO.Path.GetPathRoot(drive)     driveFixed = Replace(driveFi ... [ read more ]
Here is some simple code to validate that an array is valid. Before trying to use an array, you should always validate it with this code first.   Public Shared Function IsValidArray( ByVal array As Array) As Boolean       Dim valid As Boolean = False         If array Is Nothing Then         Throw New ArgumentNullException( "array" )       End If   ... [ read more ]
Recently on the Regional Director mailing list, the topic of Theater Glasses like these came up, which led me to express my wish for a high-res version of such goggles that would be sufficient for writing code and otherwise being productive as a developer.  The ultimate goal, of course, would be to enable working in locations where even a laptop generally fares poorly, such as on a beach, sipping a cocktail, getting a tan, and wiring up some wicked code.  In my experience with a ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC