PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Shellexecute and Internet Explorer/ Mozilla FireFox
Shellexecute and Internet Explorer/ Mozilla FireFox
Débuté par Peter van Vuuren, 15 sep. 2004 13:04 - 2 réponses
Posté le 15 septembre 2004 - 13:04
Hi,
When starting the default browser Shellexecute("http://www.mysite.com")
from Windev then:
- when the default browser is Firefox then the browser has the focus. (=OK)
- when the default browser is IE then IE gives the focus back to the calling
program (anyway looks like) and is minimized.
Is this some IE property i can change?
(the same is happening when using the 'ShellExecuteA' API)
--
Peter
Posté le 17 septembre 2004 - 01:11
Hi,
When starting the default browser Shellexecute("http://www.mysite.com")
from Windev then:
- when the default browser is Firefox then the browser has the focus. (=OK)
- when the default browser is IE then IE gives the focus back to the calling
program (anyway looks like) and is minimized.
Is this some IE property i can change?
(the same is happening when using the 'ShellExecuteA' API)
--
Peter


Hi Peter
I just tried your text Shellexecute("http://www.mysite.com") from a windev8 window with IE as the browser and it works fine, the focus stays on the IE page. I am running XPsr2
Posté le 17 septembre 2004 - 14:02
Peter, Guy,
There is a difference in behaviour between the WinDev IDE and a generated applic. Which is in fact a problem inside the WinDev compiler.
Guy described the first situation and Peter described the latter.
My current solution is to minimize my applic: Iconize("MainWindow")
Greetings Merijn
Hi,
When starting the default browser Shellexecute("http://www.mysite.com")
from Windev then:
- when the default browser is Firefox then the browser has the focus. (=OK)
- when the default browser is IE then IE gives the focus back to the calling
program (anyway looks like) and is minimized.
Is this some IE property i can change?
(the same is happening when using the 'ShellExecuteA' API)
--
Peter

Hi Peter
I just tried your text Shellexecute("http://www.mysite.com") from a windev8 window with IE as the browser and it works fine, the focus stays on the IE page. I am running XPsr2



OrangeTree Project Solutions