How to capture input in a Modalless Dialog??

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

Hello!
I have a from, that shows as a modalless dialog, So how must I do to
exchange info between Main From and that Dialog??
Pls help me!
Thanks
 
I'm assuming you mean "Modeless".

Create public properties in your dialog class that will contain the data you
need to retrieve. Set the property values in event handlers in your dialog.
Access the public members from the main form.
 

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