, IE 6 ,
<! DOCTYPE html >
body {border-style: inset; : 2px; : 0px; }
IE.
, # DOCTYPE,
html, body {border: 0; }
IE 6.
Hans ( WS_BORDER) .
, :
protected override CreateParams CreateParams
{
get
{
CreateParams i_Parms = base.CreateParams;
i_Parms.ExStyle |= 0x200;
return i_Parms;
}
}
, 3D- Windows 2000. XP, UXTHEME.DLL , USER32.DLL. User.h Windows 2000 XP Theme.
, , XP/Windows 7 ListBox, ListView, TreeView .. ( ) ?
ListBox VS , , , :
protected override void OnLoad(EventArgs e)
{
....
listBox.IntegralHeight = false;
webBrowser.Parent = listBox;
webBrowser.Dock = DockStyle.Fill;
}
. , - Html.
, , , , , .
, DrawThemeBackground DrawThemeEdge, GetThemeColor System.Drawing.Graphics.DrawRectangle() , . ( , )