how can i reopen only 1 time a form?
This not run
if (frm== null)
{
frm=new frmProcesos();
frm.Visible=true;
}
else
{
frm.Show();
frm.Visible=true;
}
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
alaincPosted Jan 21, 2005, 10:39 AM
alobiucPosted Jan 21, 2005, 5:25 AM
alaincPosted Jan 21, 2005, 3:05 AM
kovanPosted Jan 18, 2005, 10:07 AM