PDA

View Full Version : Radiotuner Free


Koen
10-03-2005, 07:39 PM
Well, I wrote a simple program in Visual Basic showing many different examples of things that may come in handy later. Although without comment, but clear enough I think.

Features:
- Using the mediaplayer control
- Example of using a database (combined with a listbox) (radio stations)
- Using the common file dialog (to load/save)
- Doing file operations
- How to check for a new version (online)
- Working with multiple windows
- Loading/saving settings in a (ini-like) file
- Some other small things

RadioTuner is written in VB, and located here (http://vbstuff.freestarthost.com/tiki-list_file_gallery.php?galleryId=2)!

I released the source, so maybe someone can use it for some learning.

Kon-Tiki
10-03-2005, 07:41 PM
Hmmm... some very useful features to know in there :) Especially playing media, saving/loading files and reading/writing settings.

Koen
10-03-2005, 09:12 PM
Nearly forgot the sample to sort a list alphabetically and how to use menu's...

Koen
11-03-2005, 05:46 AM
I found a little error. Delete the ini file before running the program for the first time, or the program will have problems searching for the default rdf file.