Adding variable names!
i have this line of code in a vb app:
Picturebox1.Picture = LoadPicture("C:\Matt\Cards\" & RandomCardName & ".bmp")
i want it to load a picturefrom the file
C:\Matt\Cards\Filename.bmp
seen as this file will be randomly choen by an array and stored inthe variabe RandomCardName
now the code above looks for file
C:\Matt\Cards\.bmp
can anyone solve it?? heeeeeelp!
:)
