Question
Most Significant way of Passing a PMString between a panel and a Dialog
I am calling a dialog from a Panel when a certain button on the panel is clicked,
In the Dialog I have an Edit Box, User can write any Strig in that Edit box and when he clicks on OK button Dialog closes and I want that string once the control is back on the panel.
so i need to know which is the most significat way to acheive this, Should i use DataExchanger or something else to be used here in this case.
Thanks,
Rizwan
In the Dialog I have an Edit Box, User can write any Strig in that Edit box and when he clicks on OK button Dialog closes and I want that string once the control is back on the panel.
so i need to know which is the most significat way to acheive this, Should i use DataExchanger or something else to be used here in this case.
Thanks,
Rizwan