Hi All,
I'm writing an app in VB.NET that allows the user to call Garmin Mobile XT to get a route.
I've got a form that stays open behind Garmin and upon quitting Garmin, allows the user to go back.
Sometimes, however, this form is automatically hidden by the WM OS.
Any ideas how I can either get the form to stay put - or can I put a check on launching my application to check if the app is already running and the form hidden, and make the form come back to the top?
I've tried setting the form to be TopMost but this then means that the GPS app can't be seen as my form is topmost over the GPS app.
I've tried catching the closing handler for the form but this doesn't fire - I'd guess because WM OS is simply hiding the form and not actually closing it.
I tried a catch on the form Deactivate handler to prevent focus being lost but this then does the same as the TopMost property and I can't see the GPS app.
Anyone any ideas on where I can go from here as I really don't have a clue now!
Thanks, Adam