Link between two forms in windows forms.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fady
    New Member
    • Aug 2015
    • 1

    Link between two forms in windows forms.

    Hi.
    I would to ask something about the link between two forms.
    I have to create a program that draw line.so in the first form there is the buttom called "line" and the panel1 and the second form is the data of the points . but I don't understant how can I relate between these 2 forms?
  • DeafSmith
    New Member
    • Aug 2015
    • 6

    #2
    You can use a childform and pass data back and forth.

    Just google it like 'VS 2013 childform pass data' and it's all there!

    I use it often.

    Comment

    Working...