Showing posts with label visual basic sample. Show all posts
Showing posts with label visual basic sample. Show all posts

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


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

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



Ado Samples in visual basic

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

click here to download


Thursday, April 30, 2009

Shutting down computer using visual basic

Api sample on shutting down the computer in visual basic.

click here to download