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





Continuing in the series sharing some of the information in the .NET Framework Standard Library Annotated Reference Vol 1 and .NET Framework Standard Library Annotated Reference Vol 2 with some information on CultureInfo.   SS (Shawn Steele)   Always use cultures when appropriate, but be careful where you use them. They are meant to be specific for a user or machine, and they could change. For example, as countries join the EU, their cur ... [ read more ]
Gah! So busy of late! Been writing lots of C#, and here are my cool features, in no particular order, and with no (at the time of writing) links (Sorry). Refactoring Support Windows Forms designer guide lines Generics - say no more Partial classes There are so many more as well. I just love it. The joy is back. Been working on some other cool stuff as well: SQL Reporting Services - Just check it out. They rule! SQL Server 2005 in general - Okay, I'm cheating. I'm on a SQL Server 2005 ... [ read more ]
by Mike Carter Some subtle changes were made in Visual Basic .Net 2005 to make code generation of overidden methods a little easier.  In Visual Basic .Net 2003 and earlier, you used the code dropdowns as in Figure 1 below. Figure 1 When overriding a Sub, a declaration stub similar to the following was generated in the editor. Public Overrides Sub MyOverridableSub() End Sub In Visual Basic .Net 2005, you never have to leave the code edit ... [ read more ]
The UK-base VBUG group is having its winter conference today (Wednesday, Nov 23) and tomorrow in Reading on the Microsoft campus. There's an impressive lineup of speakers, so if you know any of them, please encourage them to write up a conference report - either on their own sites or for posting here. Many of the speakers (such as newly-minted MVP Richard Costall ) have their own sites, so you may want to see if they post any session PPTs or conference-related material there. And add a comment ... [ read more ]
Perhaps I've missed the option completely, but I didn't see a way to simply bind a group of radiobuttons to a datasource, hence this little control. It is a very very simple control inherited from groupbox that keeps track of the radiobuttons added to it. After that, the SelectedIndex can be set to select a specific control. That's also the property of course that can be used for the databinding h)o.style.height=h;" sel="1" selold="1"> Code Copy Hide Scroll Full   &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