Tools bar icon

  • Thread starter Thread starter Pascal Cloup
  • Start date Start date
P

Pascal Cloup

Hello,

Since i set the windows XP style in my application, by calling
Application.EnableVisualstyle() and setting the FlatStyle property of the
controls, the icons in the TollBar control always don't appear although they
function correctly.

Some on has an explanation to this behavior?

Pascal Cloup
 
* "Pascal Cloup said:
Since i set the windows XP style in my application, by calling
Application.EnableVisualstyle() and setting the FlatStyle property of the
controls, the icons in the TollBar control always don't appear although they
function correctly.

Some on has an explanation to this behavior?

That's a known bug.

Call 'Application.DoEvents' directly after calling
'Application.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