I am creating a plugin for software that protects the form I created. However, the button is not based on them, and the standard gray button is displayed. When I asked the software forum, I pointed out that .NET form control is drawing the owner, and therefore my button will not be redrawn using the correct style, and not create a button without the owner.
All controls in the system.windows.forms namespace appear to be the owner.
So how can I create a standard C ++ PUSHBUTTON in .NET?
Currently codding in C # if that helps.
thanks
Lucian
source share