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