954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Linking Multiple Form together

hi i want to have a sample on how to link a form to another. need help plzzzz friends. have to submit a project and i want to implement in in that.
i want to link a login page to a form. if login = True then direct to form else login fails.

geetajlo
Junior Poster in Training
72 posts since Sep 2007
Reputation Points: 8
Solved Threads: 0
 

overload ShowDialog method make it returns true or false in case of true show second (main) form
your question is long but I'll tell you how to call a form from another one
this example calls form 2 from form number 1

dim form2 as Form2()
form2.ShowDialog()
Ramy Mahrous
Postaholic
2,196 posts since Aug 2006
Reputation Points: 480
Solved Threads: 276
 

iam requesting a code for linking many forms

robman
Newbie Poster
1 post since Aug 2010
Reputation Points: 10
Solved Threads: 0
 
iam requesting a code for linking many forms
Form2.Show()
        Form3.Show()
        Form4.Show()
        Form5.Show()

If you have more Forms than the above code, just add them to the list.

codeorder
Posting Virtuoso
1,915 posts since Aug 2010
Reputation Points: 255
Solved Threads: 384
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You