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.
 
Back
Top