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'.
 
Back
Top