Images dont appear

  • Thread starter Thread starter Fatifh
  • Start date Start date
F

Fatifh

On my forms, my images dont appear. Background image or
image proprties for buttons doesnt work. Even at
pictureboxes images dont appear.

How can I solve this problem.Thanks.
 
* "Fatifh said:
On my forms, my images dont appear. Background image or
image proprties for buttons doesnt work. Even at
pictureboxes images dont appear.

Do the images appear in design time?
 
* said:
My images except toolbar images appear at design time but
dont appear at run time.

If you are using 'Application.EnableVisualStyles', call
'Application.DoEvents' directly after the call to 'EnableVisualStyles'.
 
Back
Top