Friday, May 1, 2009

Neo caption in visual basic

This sample is really cool.
It's amazing to see how great you can make your vb forms look great.
vbacceleretor.com rocks man.
It's been downloaded from vbacceleretor.com.

click here to download


command bar binary

This binary is required by most samples downloaded from vbaccelerator.com for toolbar

click here to download

Editing MP3 ID3 Tags in visual basic

This sample is provided here to demonstrate how to view and edit id3 tags of mp3 files. ID3 tags are generally the tags used by music developers to store additional information such as title, album, artist, track, genre...... and by mp3 players to display the information in the players.

click here to download

SSubTmr_Binary

This binary is required by various samples provided here, which have been downloaded from vbAccelerator.com. Download this sample if necessary.
click here to download


Enabling XP Theme in visual basic

You can enable xp theme in visual basic using a manifest file. Basically manifest file is an xml file.
click here to download manifest file.
You can download the file and rename the filename with the name of your exe and placing the file where your executable exists. Then automatically windows enable xp theme for that application. Remember the name of the manifest file should consist of manifest as extension. for eg. your_app_name.exe.manifest

When you use manifest file to enable xp theme in visual basic, there might be some problem using visual basic controls, like when you use radio button inside frame. So it is better to enable xp theme using windows api.
click here to download the sample



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


Sending mail from visual basic

This sample shows how to send mail from vb using CDO.

click here to download