Showing posts with label api in vb. Show all posts
Showing posts with label api in vb. Show all posts

Friday, May 1, 2009

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

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