Application.EnableVisualStyles problem...

  • Thread starter Thread starter Monica
  • Start date Start date
M

Monica

I used manifest file without problem... but using EnableVisualStyles
produces an error.
Windows 2003, Windows 2000 with the same problem:
System.Runtime.InteropServices. SEHException. External component has thrown
an exception...

Why? Do you know why ?

How to I solve this problem.. ?

Thanks in advance.
Monica
 
This can often be rsolved by placing an Application.DoEvents() immediately
after the call to EnableVisualStyles.

No guarantee though ...
 
Back
Top