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





On Monday night I spoke at my first .NET users group here on the Microsoft Campus. It was the Visual Basic .NET Developers Association meeting that's here in Building 40/41 Steptoe room behind the cafeteria. It's held every last Monday of the month so if you are in the Seattle area then you should check it out, they've got a great lineup of Microsoft speakers from the VB team presenting. I have to say I was slightly more nervous than the usual user group meeting because the audience was ab ... [ read more ]
There are features in Vista that are NOT available in earlier version of Windows so there may be times when you need to know what OS your application is running under. Determining the OS version is as simple as checking the System.Environment.OSVersion object. If System.Environment.OSVersion.Version.Major >= 6 Then 'Vista specific code here Else 'Earlier versions of Windows code here End If   There are a number of other useful pieces of informatio ... [ read more ]
I have a collection of almost 30,000 pictures and videos. When I add new pictures to the collection, I had been running a script file to synchronize the collection across various machines.     for %%s in (\\calvinh6\e$ \\calvinh3\e$ \\calvinh4\e$) do (                 robocopy   /s /fp %2 %1 %%s\pictures\%1         &n ... [ 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