B
Bruce A. Julseth
With VB.NET, how do I define a form to be Modal?
Thank you..
Bruce
Thank you..
Bruce
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Bruce A. Julseth said:With VB.NET, how do I define a form to be Modal?
When answering a dotnet question directly, it would be wise to also directHerfried K. Wagner said:\\\
Dim f As New FooForm()
f.ShowDialog()
f.Dispose()
///
Notice that forms shown using 'ShowDialog' should be disposed when they are
not needed any more.
Galen Somerville said:When answering a dotnet question directly, it would be wise to also direct
them to the dotnet newsgroups. Save them time/trouble with their next
questions.
Herfried K. Wagner said:Sorry, I totally missed that this question was directed to a VB classic
group too :-(
them to the dotnet newsgroups. Save them time/trouble with their next
questions.
Why, that sees the OP from where he gets the answers.
And when you don't want those question in the newsgroup where you are
active, than ask Microsoft to change the name of that newsgroup to make it
more clear to newbies or tell it yourself.
It would be crazy when there is a crosspost between the newsgroups that
somebody active in one tells that his newsgroup is "better".
Just my opinion.
Why, that sees the OP from where he gets the answers.
And when you don't want those question in the newsgroup where you are
active, than ask Microsoft to change the name of that newsgroup to make it
more clear to newbies or tell it yourself.
It would be crazy when there is a crosspost between the newsgroups that
somebody active in one tells that his newsgroup is "better".
Just my opinion.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.