EnableVisualStyles Problem

  • Thread starter Thread starter Serkan DIRIARIN
  • Start date Start date
S

Serkan DIRIARIN

Hi! When i enable visual styles in my application all icons in listview and
treeview boxes are erasing and when i want to run a command from toolbar i
am getting an exception: External component has thrown an exception....

What should i do?

Thanks.....
 
* "Serkan DIRIARIN said:
Hi! When i enable visual styles in my application all icons in listview and
treeview boxes are erasing and when i want to run a command from toolbar i
am getting an exception: External component has thrown an exception....

\\\
Application.EnableVisualStyles()
Application.DoEvents()
///
 
Back
Top