"Ehud" wrote:
> Hi,
>
> I'd like to force a .NET control to look exactly like its Win 32
> Common Control counterpart.
> Specifically, I'm interested in Check Box control. The location of the
> box within the control and the way the text is drawn on the control in
> different between Win 32 and .NET but I would like it to be exactly
> the same.
>
> Any idea?
>
>
> Thanks,
> Ehud
>
Hi Ehud,
Are you thinking about the GDI vs GDI+ problem? Win32 uses GDI which is
resolution dependent but more "exact" display of text in a given resolution.
GDI+ is resolution independent and looks the same no matter what device or
resolution you use, including when printing.
http://support.microsoft.com/default...b;en-us;307208
--
Happy Coding!
Morten Wennevik [C# MVP]