wakeup Posted January 18, 2005 Posted January 18, 2005 This not run if (frm== null) { frm=new frmProcesos(); frm.Visible=true; } else { frm.Show(); frm.Visible=true; } thanks Conciertos de rap Quote
donnacha Posted January 18, 2005 Posted January 18, 2005 try this small change if (frm== null) { frm=new frmProcesos(); } frm.Show(); frm.Visible=true; Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.