How can I pass values from one form to another?

前端 未结 10 2575
野的像风
野的像风 2020-12-02 00:43

Consider the situation where I have two windows forms, say F1 and F2. After using F1, I have now called F2.ShowDialog().

10条回答
  •  独厮守ぢ
    2020-12-02 01:27

    There are multiple ways to pass data between 2 forms check these links which has example videos to do this

    -FormToForm Using Properties - http://windowsclient.net/learn/video.aspx?v=108089

    • FormToForm Using Parameters - http://windowsclient.net/learn/video.aspx?v=105861

提交回复
热议问题