| Title | Description |
| Asynchronous Web Client | This example covers how to asynchronously download a file from the internet using the System.Net.WebClient object. The example shows the proper way to sho... |
| Crystal Reports Runtime Source Change | Here is an example of how to change the datasource of a crystal report at runtime. It shows two examples: one using SQL Server and changing servers at run... |
| ID3v1 Tag Reader/Writer | Here are a set of three classes to handle different versions of ID3 tags. I initially made one class for ID3v1.0 and another class for ID3v1.1 but later c... |
| MDI StatusBar | Here is an example of How to have an MDI Child show text in the MDI Parent's StatusBar. This same method can work with non-MDI forms by using the Owner pr... |
| Plug-In Application | Here is a revised example of how to implement a plug-in based system in Visual Basic.NET. It demonstrates how to pass controls to the plug-in as well as u... |
| Runtime Commandline Communicator | This example covers passing commandline information from a duplicate instance of an application to the already running instance. This is accomplished via ... |
| Splash or Message Dialog | Here is an example of showing a 'Loading...' type message form while a lengthy operation is being performed. It also uses the same method to demonstrate a... |
| Tip Of The Day | Here is a sample Tip of the Day application. It stores the tips in an xml file so they will be easy to edit. It also has a next tip button and randomly s... |
| Using an Application Configuration File | Here is an example of using an application configuration file. The .NET framework provides a couple of different ways of reading an application config but... |