V
voytello
Hello Everyone,
If this problem was already mentioned on this group, please forgive me
but I couldn't find it.
I've made a simple app to train using the class Graphics. The Form
property FormBorderStyle I've set as "None", then I've used class
Graphics to create some Elipses and Rectangles.
Also I've created Button to minimize window - with Event to this button
as:
{
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
}
When I run this and click on minimize button, it minimizes to task bar,
everything is ok, but when I click to show it again, all my Graphics
objects are hidden... I don't know what to do with it...
Thanks in advance,
V
If this problem was already mentioned on this group, please forgive me
but I couldn't find it.
I've made a simple app to train using the class Graphics. The Form
property FormBorderStyle I've set as "None", then I've used class
Graphics to create some Elipses and Rectangles.
Also I've created Button to minimize window - with Event to this button
as:
{
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
}
When I run this and click on minimize button, it minimizes to task bar,
everything is ok, but when I click to show it again, all my Graphics
objects are hidden... I don't know what to do with it...
Thanks in advance,
V