hi i have an mdi form n 3 other form
namely patient,about, tips.
i do not want the user to access any other form when he/she is using the about ,patient or tips form.
the user must close to be able 2 access any other form.

i have search a lot in the form properties bt i can't see any prpties 4 this

thanks

Hi
I think Show the form modally will help u.

Refer

Form.ShowDialog()  method
or 
  Form.ShowDialog(Owner) method

Try this

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.