A Andre-K Member Licensed User Longtime User Mar 5, 2010 #1 If I start my application, and it sends mail using: EmailSender.Send("Main1",accounts(0),Message.Value) Then close the application, then the inbox/outlook mobile is in front. how can I avoid that ? - and exit right back to shell ? is it possible to somehow move the poutlook to background before exiting?
If I start my application, and it sends mail using: EmailSender.Send("Main1",accounts(0),Message.Value) Then close the application, then the inbox/outlook mobile is in front. how can I avoid that ? - and exit right back to shell ? is it possible to somehow move the poutlook to background before exiting?
Erel B4X founder Staff member Licensed User Longtime User Mar 6, 2010 #2 You can use Hardware.ShowTodayScreen before closing your application to move the home screen to the foreground.
You can use Hardware.ShowTodayScreen before closing your application to move the home screen to the foreground.