Modal & modeless forms

  • Thread starter Thread starter Yoav Ben-Yosef
  • Start date Start date
Y

Yoav Ben-Yosef

Hello,

Is it possible to open a modeless from from a modal dialog?

TIA
 
* "Yoav Ben-Yosef said:
Is it possible to open a modeless from from a modal dialog?

\\\
Dim f As New FooForm()
f.Show()
///
 
Strange... I've found a solution, sort of, by making the modal dialog
modeless, disabling all other open forms and opening the new modeless form.
It does what I wanted, but still its strange.

Thanks anyway
 

Ask a Question

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.

Ask a Question

Back
Top