Toolbar Images

  • Thread starter Thread starter Bill English
  • Start date Start date
you need to create a manifest file... application.enablevisualstyles will do
this if you do not have a manifest file with the toolbar.
 
* "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'.
 
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',
 
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.
 
Back
Top