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?
 
My images except toolbar images appear at design time but
dont appear at run 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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top