How to implement full screen IE ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want my web program run in full screen IE. Are there any way to adjust IE
setting in program? I know a method that add -k at the end of command line,
but this is a manual method and only the first page is fullscreen……

my enviroment are win2000p, .net 1.1(not 2.0), vs.net2003
 
initial_y said:
I want my web program run in full screen IE. Are there any way to adjust IE
setting in program? I know a method that add -k at the end of command line,
but this is a manual method and only the first page is fullscreen……

my enviroment are win2000p, .net 1.1(not 2.0), vs.net2003

You probably can't... for security reasons. If you could launch
borderless windows (what kiosk mode essentially is) from code, that
would mean any website could. You wouldn't be able to get rid of popup
ads anymore. So I think you'll just have to resort to not launching new
windows in your website.
 
C-Services Holland b.v. said:
You probably can't... for security reasons. If you could launch
borderless windows (what kiosk mode essentially is) from code, that
would mean any website could. You wouldn't be able to get rid of popup
ads anymore. So I think you'll just have to resort to not launching new
windows in your website.


Thanks, I will try kiosk mode manual first.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top