I have seen all this stuff and sry for not explaining the exact requirement. I dont want another window to popup i just want my site to open in fullscreen mode.
If sum1 types in the URL of my site then it should make the browser to work in fullscreen mode(F11). Dont think of the disadvantages , if u have a solution please suggest.
Please remember to click “Mark as Answer” on the post that helps you and to unmark it if a marked post does not actually answer your question.
Thank you!
----------------------
"Microsoft Community Contributor Award 2011"
Anurag Sakla...
Member
133 Points
105 Posts
Open .NET application/website in fullscreen(F11) mode.
Sep 30, 2010 04:50 AM|LINK
When I run my application I want my web browser to open automatically in fullscreen(F11) mode.
Any suggestions?
CC:P Certified Engg.
karan@dotnet
All-Star
26228 Points
4596 Posts
Re: Open .NET application/website in fullscreen(F11) mode.
Sep 30, 2010 02:46 PM|LINK
See this post:
http://forums.asp.net/t/1107581.aspx
Karan
~ Blog ~
Remember To Mark The Post(s) That Helped You As The ANSWER
Anurag Sakla...
Member
133 Points
105 Posts
Re: Open .NET application/website in fullscreen(F11) mode.
Oct 08, 2010 11:16 AM|LINK
I have seen all this stuff and sry for not explaining the exact requirement. I dont want another window to popup i just want my site to open in fullscreen mode.
CC:P Certified Engg.
Anurag Sakla...
Member
133 Points
105 Posts
Re: Open .NET application/website in fullscreen(F11) mode.
Nov 26, 2010 09:36 AM|LINK
30 September.....26 November long and lost.....
If sum1 types in the URL of my site then it should make the browser to work in fullscreen mode(F11). Dont think of the disadvantages , if u have a solution please suggest.
Thanks in advance.
CC:P Certified Engg.
santa_1975
Star
8574 Points
1499 Posts
Re: Open .NET application/website in fullscreen(F11) mode.
Nov 26, 2010 09:56 AM|LINK
Hi,
Try this in the page_load event of your main page.
Page.ClientScript.RegisterStartupScript(this.GetType(),"open","window.open('Index.aspx','','fullscreen=yes');",true);Hope this helps.
Thank you!
----------------------
"Microsoft Community Contributor Award 2011"