private const int disableX = 0x200; protected override CreateParams CreateParams { get { CreateParams ObjClose = base.CreateParams; ObjClose.ClassStyle = ObjClose.ClassStyle | disableX; return ObjClose; } }
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
General News Suggestion Question Bug Answer Joke Rant Admin
The Next Version of Android - Some of What's Coming