i am using visual basic
the newest one
and i need the coide to load a file from like a folder in my computer code in the old visual basic 6.0 it is like ::
Randomize
Select Case Int(Rnd * 6)+1
Case 1
picboxname.pict ure = LoadPicture(app .path & \picname.bmp)
and so on
but i need the code for the new version as this dont work
thanx heaps
the newest one
and i need the coide to load a file from like a folder in my computer code in the old visual basic 6.0 it is like ::
Randomize
Select Case Int(Rnd * 6)+1
Case 1
picboxname.pict ure = LoadPicture(app .path & \picname.bmp)
and so on
but i need the code for the new version as this dont work
thanx heaps
Comment