المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : closin a form in application hangs the application or closes the applcn



C# Programming
07-30-2009, 05:12 PM
closin a form in application hangs the application or closes the applcn
i m doin a mobile application how can i close the form in the middle of running when a condition is met
i want to navigate to another form when a condition is met
this.close() and this.dispose is not working.

if (str.Equals("stop"))

{

//form shud be closed and navigate to another form


}

This code was posted by me...