How To draw Editable controls on Aero Glass frame?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
i have a form set as transparent Aero glass with the following API

<div style="color:Black; background-color:White
<pre> [System.Runtime.InteropServices.DllImport(<span style="color:#A31515 "dwmapi.dll")]
<span style="color:Blue public <span style="color:Blue extern <span style="color:Blue static <span style="color:Blue int DwmExtendFrameIntoClientArea(IntPtr hwnd, <span style="color:Blue ref MARGINS margin);
[System.Runtime.InteropServices.DllImport(<span style="color:#A31515 "dwmapi.dll")]
<span style="color:Blue public <span style="color:Blue extern <span style="color:Blue static <span style="color:Blue int DwmIsCompositionEnabled(<span style="color:Blue ref <span style="color:Blue int en);
[/code]


the problem i face is that the text of the controls on the form are not clear, help me sort this out
below is the screen shot showing the issue
http://img823.imageshack.us/img823/3843/errot.png

Any help to resolve this issue is greatly appreciated!
Thanks in advance,
Regards
Vallarasu S.

View the full article
 
Back
Top