News

A friend was recently reviewing some Visual Basic code that I was having an issue with. As we looked at one particular section of code, he said "You could really tighten up this code with a couple ...
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 ...
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.
Functional programming is a coding style that emphasizes ideas such as composition from simple building blocks, immutability of data structures and the use of functions as data. In recent years, ideas ...
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.