Showing posts with label code sample. Show all posts
Showing posts with label code sample. Show all posts

Friday, May 1, 2009

Cool explorer in visual basic

This sample provides information on creating a cool explorer to browse through disk files.

click here to download


Ado Samples in visual basic

This sample provides information on using ado with visual basic and data reports.

click here to download


Getting drive names from Visual Basic

This sample shows how to generate informations about drives using filesystem object in visual basic.

click here to download


Monday, April 27, 2009

Uninstaller demo tutorial

A tutorial on using windows Api in Visual basic 6.
This is a very simple sample/demo of uninstaller which has been created using vb 6 and accessing windows api functions.
It is just for a learning purpose.
I created this when I was a newbie in windows api. By using windows api functions you can do a lot more than visual basic 6 has offered to you.
So check this out.

Click here to download