T
Thomas FERREIRA
Hi,
I've just a little issue with Forms management in the compact framework.
My application have a mainscreen with buttons. When the user press a
button a new form is shown:
if(m_toolsScreen == null)
m_toolsScreen = new ToolsForm();
m_toolsScreen.Show();
Now my problem: Sometimes (randomly) when the user minimize the
ToolsForm (with the X button) the mainscreen disapear. It is still
running but hidden and when i restart the application, only the
ToolsForm is showned. What's the matter ?
Thanks,
Thomas FERREIRA
I've just a little issue with Forms management in the compact framework.
My application have a mainscreen with buttons. When the user press a
button a new form is shown:
if(m_toolsScreen == null)
m_toolsScreen = new ToolsForm();
m_toolsScreen.Show();
Now my problem: Sometimes (randomly) when the user minimize the
ToolsForm (with the X button) the mainscreen disapear. It is still
running but hidden and when i restart the application, only the
ToolsForm is showned. What's the matter ?
Thanks,
Thomas FERREIRA