Opening two forms of the same kind

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Anica
    New Member
    • Jun 2012
    • 1

    #1

    Opening two forms of the same kind

    I have created a program wherein a user will be able to monitor a patient after he/she is selected from a list. Once the patient is selected, a new form (monitor form) is opened for monitoring. What I want to do is to be able to minimize the monitor form without closing it, show the previous form with the list of patients so that the user can monitor more patients and be able to open the another monitor form once another patient is selected again.
  • Aimee Bailey
    Recognized Expert New Member
    • Apr 2010
    • 197

    #2
    Without seeing code it's hard to know exactly how to answer the question. Although if I'm right, you probably want to use form.Show() instead of form.ShowDialog ().

    Aimee.

    Comment

    Working...