Stephen Walther shows you how to display custom validation error messages by implementing the IDataErrorInfo interface in a model class. The goal of this tutorial is ...
This project was originally just a way to explore VirusTotal's API for inclusion in one of our software applications. Since it seems that VB.NET code for this is a bit hard to come by, we figured why ...
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...
With a language like VB.NET you need to be careful because if you don't specify a namespace in the code file itself, it will automatically assign the project's namespace to that class.<BR><BR>The file ...
I have a windows service written in VB.NET which uses DSOFile.dll to look at the properties of a MSOffice document. Everything seems to work fine for me here.<BR><BR>But on my client's machine, it ...
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...