Alternative of Form.ShowDialog(this) for .NET CF?
hi,
Form.ShowDialog(this) is not supported by .NET CF. is there any alternative so that after close of new form control should return to parent Form. Also i want to get the DialogResult value and the value of text boxes of the model window from the parent form. How can i achieve this?
Please help,
Arif.
|