12-04-2008, 01:49 PM
Tutorial Bot Wrote:Finally, add a Form_Load sub for the form and put the following inside of it:Code:picSprites.Picture = LoadPicture(App.Path & "\sprites.bmp")
Hmm, this is my first time every coding, scripting, or even looking at a source.... I tried doing this and it gave me an error.. should it be:
Code:
picSprites.Picture = LoadPicture(App.Path & "\Gfx\sprites.bmp")
Sorry I'm still a noob, but I really want to learn! Just wanted to know if this was the right way..