News

The only remaining source code in our search screen scenario is form code-behind to manage the screen and call the functions shown. Lambda expressions were introduced to support LINQ, but we've seen ...
Visual Basic .NET Power Coding offers concise discussion and helpful examples of VB.NET's most complex topics, such as delegates, threading, remoting, Reflection, and security. By Hal Hayes 03/01/2004 ...
How can I have a c function inside of a DLL return a string that can be read and stored as the VB String type. This of course works with other c functions:<P>char * blah (void) {<BR> return "test ...
Tech Brief Microsoft's F# Functional Language A functional programming language built for the .NET Framework By Luke Hoban 02/01/2008 Functional programming is a coding style that emphasizes ideas ...
How to Add an Item to a List Box in Visual Basic 6. The "AddItem" function in Visual Basic 6.0 lets you dynamically add items to the list of options from which users can choose.
What do you get when you cross VB code and Outlook 2000? A slick enterprise app. Check out these examples and see how to send e-mails with attachments, create message drafts, and manipulate folders.