Click here to Skip to main content
15,905,420 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
Hi,

I am using C# window Application.
In that I am using LinkLable and I am trying to give a link to this label.

The code is

C#
Siginup s1 = new Siginup();
            s1.Show();
            linkLabel1.LinkVisited = true;


When I am running login form and clicking on signup link I am getting the form.

I put the information and click on sign-in then it gives me two forms of Login.

please help


Thanks in advance :rose::rose::rose:
Posted
Updated 30-Nov-10 0:25am
v2
Comments
Dalek Dave 30-Nov-10 6:25am    
Edited for Grammar, Syntax and Readability.

1 solution

close the previous login form (this.Enabled = false )....
after your code,u didnot close the previous form so it opens two login forms , i think this is the point u forgot.::rose:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900