Outlook plugin problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Im writting an Outlook 2003 plugin. I have some folders with WebViewOn = true, which makes them avaiable to load a web page with a embebed c# user control. All working so far, except for an anoying detail :~ : All the controls exibit a strange-windows2000-like look and feel. Even text labels are weird, with bigger font. But if i call the webpage from Internet Explorer, all controls look ok. Does Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); have something to do with it? Thanks in advance!!!