firstly how do i load the image files into memory ?? i tried using this lines but there's an error .. is it because i put the wrong path name ?? how should i put the pathname ? must it be the whole directory eg. c:\programfiles\hello\climber.jpg ? or just climber.jpg
will do ?? dim myphoto as bitmap Bitmap myPhoto = new Bitmap("Climber.jpg"); or could the error be caused by my codes ??
Yes you have to specify the entire path, unless the file is in the same directory where your exe file is. If your debugging this is generally the bin directory within your project.
cK^d0ggY
Member
10 Points
2 Posts
hi guys ermm i need help displaying picture...
Feb 05, 2004 06:59 AM|LINK
VaibhavKamat...
Member
40 Points
8 Posts
Re: hi guys ermm i need help displaying picture...
Feb 12, 2004 07:46 PM|LINK