Click here to Skip to main content
15,898,020 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to passing label control.give idea
Posted
Comments
uspatel 22-Nov-11 1:12am    
what do you want,Explain more.
sriman.ch 22-Nov-11 1:18am    
be more specific dude ?
Prasad_Kulkarni 22-Nov-11 1:27am    
some more explanation needed thiruneelakannan
Pranjit Kalita 22-Nov-11 12:18pm    
public void PassLabelControl(System.Windows.Forms.Label myLabelControl)
{
//Do Something with your Lavel
}

Call The PassLabelControl method
System.Windows.Forms.Label lblMyLabel=new Label();
PassLabelControl(lblMyLabel);

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