User Profile
Collapse
-
Startup
hi i'm trying to run a program on the computer startup can any one help me coz i'm really stack -
tnx guys
tnx but what i did is i created an extra form with copy rights etc. and made it the main form and it opens the first one on start so now when i close the first one the secont doesnt closes but tnx i might use your idea in my next prog -
closing both forms
im trying to open one form while closing another form with a link label.
what im using is this:
private void linkLabel1_Link Clicked(object sender, LinkLabelLinkCl ickedEventArgs e)
{
Form2 frm = new Form2();
frm.Show();
this.close();
}
but it closes both forms and exiting the debug
plz help me! T_T
No activity results to display
Show More
Leave a comment: