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





If you need to serialize and deserialize your objects and persist them to disk, the the code below is an easy way to accomplish this. The GetObjectTypes function correctly detects types so that the serializer will do it's job correctly. Without this you could run into problems (as I did). VB     ''' <summary>     ''' Deserializes from XML file.     ''' </summary>     ''' <type ... [ read more ]
TabControl with WPF and Visual Basic.NET 2008 Project Sometimes it just takes me a while, but I finally got to the point where I figured I should also be including the Visual Basic projects to go along with the posts and the videos. You can download the project that goes along with the TabControl with WPF and Visual Basic.NET 2008 post. The project can be downloaded from here . My apologies for the size of the file.  It is a little bloated because of having the video file. ... [ read more ]
TabControl with WPF and Visual Basic.NET 2008 A while back I posted up about showing more interesting content on that tab of a tab control using Windows Presentation Foundation (WPF). In the example that I posted, I created the custom look of the tab control just using XAML and I thought that it would be good to also show how to do the same thing using Visual Basic. To do this I decided to cut back to the basics for the content of the tabs and I started with a tab control with fou ... [ 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