Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Reaper~ on July 07, 2004, 10:04 PM

Title: Help with loading custom files from a RES
Post by: Reaper~ on July 07, 2004, 10:04 PM
I'm doing a project right now, that I want to be able to open up a song from the menu into the media player I have on the form. I know how to load a picture into a picture box by putting the code as i.e.

picPreview.Picture = LoadResPicture(101, 0)

How would I do the same type of thing with a custom file like a song?
Title: Re:Help with loading custom files from a RES
Post by: Fr0z3N on July 08, 2004, 12:42 AM
Refer to: http://forum.valhallalegends.com/phpbbs/index.php?board=31;action=display;threadid=6758

If that does not help, www.pscode.com good luck.