Image in run mode problems
-
i set a picturebox control on my form and i load an image to it from the image property , i also set the Visible property to "True" but when i debug the application , i can't see the image in the run mode, only the border of the picturebox. Please Advise Ali
-
i set a picturebox control on my form and i load an image to it from the image property , i also set the Visible property to "True" but when i debug the application , i can't see the image in the run mode, only the border of the picturebox. Please Advise Ali
Hi! check the extension for your image, maybe it's not supported on your machine. You may need plugins to see some pictures. Cheers!
Regards, Hesbon.
-
Hi! check the extension for your image, maybe it's not supported on your machine. You may need plugins to see some pictures. Cheers!
Regards, Hesbon.
The extention is "JPG" and "Gif" , and i can open those pictuers easly as i'm using windows XP, but i still can't see the picture on the run mode. is there a code i should to load the image in the picturebox at run time , and if yes where to place this code, in the main code body of the form or behind the picturebox itself. please advise and thank you again Ali
-
i set a picturebox control on my form and i load an image to it from the image property , i also set the Visible property to "True" but when i debug the application , i can't see the image in the run mode, only the border of the picturebox. Please Advise Ali
hi try to resize the picturebox
Tamimi - Code