Tutorials

Video Tutorial: How to Create Master/Detail Windows Form

Submitted by admin on

This video tutorial will teach you on how to create a Master/Detail Windows Form using VB.NET. I used the Library System project to create this tutorial. You can access the source code at Library System in Visual Basic .NET 2008 and SQL Server 2008.

Only the Borrowing of books is being discussed in this video. The important is you will learn how to create a Dataset and drag it into you form.

Password Generator

Submitted by admin on
This password generator is based on the class created by Obviex. The generator can create a unique password that does not include ambiguous character. It can create alphanumeric and special character password.