webbrowser control - BAck to external browser closed app -
my application opened in external browser.
there possibility when person returns application automatically close?
thank you,
no. browsers "sandboxes". can't detect when return application.
the best can in javascript, ask window close when think user doing working in tab (but users can decline close in browsers):
function closewin() { mywindow.close(); // closes new window }
Comments
Post a Comment