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.

Re: Images dont appear by Bob

Bob
Tue Dec 16 10:43:26 CST 2003

Can you post the code for your form? It sounds very odd that nothing should
work.

--
Bob Powell [MVP]
C#, System.Drawing

The November edition of Well Formed is now available.
Learn how to create Shell Extensions in managed code.
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

Read my Blog at http://bobpowelldotnet.blogspot.com

"Fatifh" <anonymous@discussions.microsoft.com> wrote in message
news:14ea001c3c3e7$73f23260$a601280a@phx.gbl...
> 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.



Re: Images dont appear by hirf-spam-me-here

hirf-spam-me-here
Tue Dec 16 11:23:51 CST 2003

* "Fatifh" <anonymous@discussions.microsoft.com> scripsit:
> 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?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: Images dont appear by fyarbasi

fyarbasi
Thu Dec 18 01:49:26 CST 2003


My images except toolbar images appear at design time but
dont appear at run time.

>-----Original Message-----
>* "Fatifh" <anonymous@discussions.microsoft.com> scripsit:
>> 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?
>
>--
>Herfried K. Wagner [MVP]
><http://www.mvps.org/dotnet>
>.
>


Re: Images dont appear by hirf-spam-me-here

hirf-spam-me-here
Thu Dec 18 04:35:55 CST 2003

* <fyarbasi@yahoo.com> scripsit:
> 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'.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>