PlayKid Posted July 17, 2005 Posted July 17, 2005 Dear all, I am trying to make a toolbar with images, such as the one which is on IE, but no matter how I do, the image is not appearing. I have created ImageList, and have linked to the ToolBar properties, I can see the image when I am on the design phase, but after I run the program, the image is disappeared. Can anyone tell me why it do that? Thanks PlayKid Quote
AlexCode Posted July 17, 2005 Posted July 17, 2005 It must be the styles... Start your application using the sub main, and then, before calling the Application.Run, call: Application.EnableStyles() Application.DoEvents() This will do it... Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
Simcoder Posted July 18, 2005 Posted July 18, 2005 I encountered the same problem at one time. All the images were being displayed at design time but were blank at run time. An easy way to correct this is to delete your entire bin folder and rebuild the application. Try it out and let us know. -=Simcoder=- Quote Whatever thy hand findest to do, do it with all thy heart - Jesus
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.