Toolbar Images

B

Brian Henry

you need to create a manifest file... application.enablevisualstyles will do
this if you do not have a manifest file with the toolbar.
 
H

Herfried K. Wagner [MVP]

* "Bill English said:
I have a problem with my toolbar images. I seem to have
set them up correctly, because they show up perfectly in
the designer, but when I run it the images do not appear.

Here is a picture of the designer:
http://68.34.190.119/images/VS Problem.bmp

If you are using .NET 1.1 and you call 'Application.EnableVisualStyles',
call 'Application.DoEvents' directly after the call to
'EnableVisualStyles'.
 
B

Bill English

I already had DoEvents, but how do I add a manifest file?
-----Original Message-----


If you are using .NET 1.1 and you
call 'Application.EnableVisualStyles',
 
B

Brian Henry

the icons will not appear until you have the manifest file to use the new
version of common controls in windows. I think he needs a link to the MSDN
article on how to create a manifest file to use the newer version, I can't
seem to find it myself at the moment.
 

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

Top