PDA

View Full Version : how to link forms in C#


phalgun
02-10-2010, 06:17 AM
friends i have made a project using .net IDE by dragging and droping controls like buttons into 12 forms ...now when i debugg only first created form is getting executed could you please help me out to execute all forms:confused::confused:

teito_klein
02-14-2010, 04:42 AM
you need to link each button using eventhandler by tagging the event of one button to the other