P
Pieler Aaron
I am creating a simple Windows Application with an empty Form.
The constructor of the Form has following lines:
InitializeComponent();
Region region = new Region();
region.Exclude ( new Rectangle(100,100,50,50));
this.Region = region;
If this Form is displayed in Windows XP (XP-Themes enabled) then the
Titlebar has not the XP-like blue color. Also the blue border is gone.
Has someone an idea what I can do about that?
The constructor of the Form has following lines:
InitializeComponent();
Region region = new Region();
region.Exclude ( new Rectangle(100,100,50,50));
this.Region = region;
If this Form is displayed in Windows XP (XP-Themes enabled) then the
Titlebar has not the XP-like blue color. Also the blue border is gone.
Has someone an idea what I can do about that?