Modeless Dialogs

  • Thread starter Thread starter Stephen Wood
  • Start date Start date
S

Stephen Wood

I know how to create a modeless dialog. What I don't know how to do is to
create a modeless dialog that doesn't lose the state of the parent window.

For example, suppose you want to do a find and replace that retains the
selection in the parent form's multiline textbox. I can do the find and
replace, but the selection is lost immediately after it is made.

Any ideas?

Thanks,

Stephen
 
Stephen

If you are using a textbox, lookup the HideSelection property. Ive not
tried it but seems what you need.

Please let me know if it works.

Regards
Michael
 

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