What is that?
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all. I have a CF project running on PPC2003. (using C#, VS.NET 2003) When i create and showdialog() a child form I can no longer work on it. Look below : private void miGetData_Click(object sender, System.EventArgs e) { plsForm = new PleaseWaitForm(); plsForm.ShowDialog(); plsForm.Close(); } plsForm shows and stays there. It doesnt close. I tried many other ways but all failed. This is the minimum code snippet that doesnt work. What am I missing? Please urgent help!