Malfunction
Well-known member
I have a simple Application embedding the activex webbrowser control.
My OS is XP Prof. Im loading a html page containing a (html)form including radiobuttons.
In my .Net application using the activex control the radiobuttons have the old look from previews windows versions. When loading the same page into the IE6 they have the new blueish xp-like look.
AFAIK the internet explorer is using that same activex control and just adds toolbar etc. to it. That way both are using Mshtml.dll which is doing the actual parsing and rendering of the page. So how come they have a different look?
Edit: Of course I actually want to know how I can make the activex control within my winforms application have that new look for radiobuttons and checkboxes.
My OS is XP Prof. Im loading a html page containing a (html)form including radiobuttons.
In my .Net application using the activex control the radiobuttons have the old look from previews windows versions. When loading the same page into the IE6 they have the new blueish xp-like look.
AFAIK the internet explorer is using that same activex control and just adds toolbar etc. to it. That way both are using Mshtml.dll which is doing the actual parsing and rendering of the page. So how come they have a different look?
Edit: Of course I actually want to know how I can make the activex control within my winforms application have that new look for radiobuttons and checkboxes.