My app has a few modules, each modules has its own form, all can be called from main form.
The problem is: when I run a module, it flash and is hidden under main form. I used form.show method. But the modules's form is hidden under main form. Is there anyway to bring to front the form?
My app has a few modules, each modules has its own form, all can be called from main form.
The problem is: when I run a module, it flash and is hidden under main form. I used form.show method. But the modules's form is hidden under main form. Is there anyway to bring to front the form?
That is strange because I thought the absence of the marker against your post indicated that you do not have a licence. However that is Erel's concern, not mine. I was merely interested in where you were executing.
Do you get the same problem on PC IDE? That is the only way to follow execution closely. It is not easy to debug on device and since you have not attached your code we cannot advise closely.
Do you have any form.show for the main form other than in App_Start? Do both the main and secondary forms show up in a task or process list on device? (Assuming that you have given them distinct names!)
That is strange because I thought the absence of the marker against your post indicated that you do not have a licence. However that is Erel's concern, not mine. I was merely interested in where you were executing.