I need to develop a project which allow to control all the form flowing.
Which mean my PDA can handle 2 or more same form at the same time, in my menu bar i can choose to activated the form.
My problem is i do not know how to control the form while 2 or more SAME form open and store it into the menu bar.
For example
Dim NewFrm as frmOrder
NewFrm = New frmOrder ' First Form
'Then open the second Form
NewFrm = New frmOrder ' Second Form
In what method i can create a form in a child so that i can call Either FirstForm or Secod form