hi there,

i have a two forms and in one of the form there is a button to open the other window which is the second form.
what i want to do is, when the second form is opened how can i make the first form in a uneditable mode, so that after i close the second form that i can work on the first form

thanxxx

Recommended Answers

All 5 Replies

Have a look at this thread. That should help.

............

More specifically, this post.

Have a look at this thread. That should help.

............

hey no
this not the one i need

the both interfacess are displayed in the screen but the thing is only the form opened last will be in edited. only after the last form is closed only you can edit the next from

thanxxx

Yeah - that's what ShowDialog(); does. Have you tried it? If you don't trust me (and everyone else), do

this.enabled = false;

if it makes you feel any better.

Look here.

Yeah - that's what ShowDialog(); does. Have you tried it? If you don't trust me (and everyone else), do

this.enabled = false;

if it makes you feel any better.

Look here.

ohh yeah i didn't read the post correctly
thanxxxxxx

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.