Saturday, March 2, 2013

Loading and Showing Form

 

जब किसी भी windows application को Run किया जाता है तब पहला form automatically load होकर run हो जाता है। जब multiform application का use किया जाता है तब form को दूसरे form से load और manipulate किया जाता है।

किसी अन्य form से दूसरे form के access करने के लिए सबसे पहले form का एक variable create करते हैं जिसमे second form का address हो।

Dim frm As New Form2

Declaration statement के call होते ही form automatically laod हो जाता है। form के लोड होने के बाद form को show करने के लिए show () method का use किया जाता है।

Frm.Show ()

No comments:

Post a Comment

Contact us

Name

Email *

Message *