|
I have a custom control in IE that loads. However, even if have Application.EnableVisualStyles() and Application.DoEvents() (after it) in my code , Visual Styles still are not enabled (which works fine if it is a standalone app). I have also tried the following: using a seperate manifest file and embedding a manifest file into the control with no luck. However, I am still not content to say that the only way I got visual styles working is by creating a manifest file called "iexplore.exe.manifest" specifically for IExplore.exe and put in in the same dir as iexplore.exe. Any ideas on how to get Visual Styles to work properly with my control???
Thanks in advance, Marco |