Group: Forum Members
Posts: 436,
Visits: 944
|
Lets say I have two mdi child forms open (Form1 and Form2) in an mdi parent and both of the child forms were opened using Form.Show.
Lets say I click a button on Form1 and I want the focus to stay locked on Form1 until I click another button and unlock it? Is this possible.
The reason I ask is if i want to edit the data on one form and i dont want the user to be able to switch between forms in the middle of an edit.
Thanks
|