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





Using new ActiveX to Edit MS Flex grid with Combo box in VB 6
Rod Paddock's latest Community Article is up on the Visual Basic Developer Center on Creating Visual Studio Add-Ins which first appeared in CoDe Magazine . Rod goes a little bit deeper than I did when building an add-in and shows how to work with the project system and automatically open files and insert code. Thanks for submitting, Rod! Enjoy! - Beth Massi , VS Community
When data binding to a DropDownList control in ASP.NET, there are in many cases when you want the first selection of the control to be blank or say something like "<please select value>". In part one of this tip (back in 2003), I wrote that you could just add an empty row to the DataSet. In VS 2005 and the new way of data binding that I usually do to web services, this is more difficult. So here is another solution just using code in your ASP.NET code.  Protected Sub DropDownLi ... [ read more ]
Using Visual Studio 2008 for custom drawing using WPF and .NET 3.5; fun with Spirographs
This is a simple class that can view scroll and zoom pictures
Using COM to automate Word from your Visual Basic application isn't very hard. Just did a sample for a friend and decided to share it. Not that the sample is very complicated or anything, quite the opposite in fact. But it does show how easy it is to get started   The sample code below shows how to construct a minimal document, insert a bookmark and, at a later moment, replace the empty bookmark with some text. Imports Microsoft.Office.Interop.Word   Module Module1 ... [ read more ]
As I am sure you saw, we recently posted the ASP.NET 3.5 Extensions ... I thought i'd do a brief introduction to some of the new features in this release by updating my mix07 demo MySilverlightTV... Download the full sample here MySilverlightTv(noVideos).zip (1.3MB) Note, you can grab the "Data\Media" dir from the original one if you all the cool videos for a demo.   1.  Silverlight Support We updated the old <asp:Media> control.. it is now called <as ... [ 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