How to start internet explorer in fullscreen mode
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi guys, i want to start internet explorer in fullscreen mode (F11). how can i do that? it is no problem to start internet explorer with shellexecute:
ShellExecute(NULL, NULL,"C:\\Program Files\\Internet Explorer\\iexplore.exe","www.codeproject.com",NULL, SW_SHOWMAXIMIZED);
-
Hi guys, i want to start internet explorer in fullscreen mode (F11). how can i do that? it is no problem to start internet explorer with shellexecute:
ShellExecute(NULL, NULL,"C:\\Program Files\\Internet Explorer\\iexplore.exe","www.codeproject.com",NULL, SW_SHOWMAXIMIZED);
Try using this as an argument "-k www.codeproject.com"
-
Try using this as an argument "-k www.codeproject.com"