473,569 Members | 2,768 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to set a form full screen?

Hi!

How to set a form full screen, the title bar, close button, and system task
bar should hide while the form run. Like some game software such as Empero
Era, Brood, Quake and so on.

Thanks!
Nov 15 '05 #1
6 13799
You do that by setting the pixel size.

"zhimin" <xi************ @163.com> wrote in message
news:ey******** *****@TK2MSFTNG P10.phx.gbl...
Hi!

How to set a form full screen, the title bar, close button, and system task bar should hide while the form run. Like some game software such as Empero
Era, Brood, Quake and so on.

Thanks!

Nov 16 '05 #2
Pixel Size?

You can find some cool WinForms style effects at:
http://weblogs.asp.net/justin_rogers/category/2991.aspx

And more specifically a method for making your form full screen at
http://weblogs.asp.net/justin_rogers.../22/61564.aspx
--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/justin_rogers

"Vanessa" <no*******@all. here> wrote in message
news:10******** *******@news-01.evisp.enerte l.nl...
You do that by setting the pixel size.

"zhimin" <xi************ @163.com> wrote in message
news:ey******** *****@TK2MSFTNG P10.phx.gbl...
Hi!

How to set a form full screen, the title bar, close button, and system

task
bar should hide while the form run. Like some game software such as Empero
Era, Brood, Quake and so on.

Thanks!


Nov 16 '05 #3
You do that by setting the pixel size.

"zhimin" <xi************ @163.com> wrote in message
news:ey******** *****@TK2MSFTNG P10.phx.gbl...
Hi!

How to set a form full screen, the title bar, close button, and system task bar should hide while the form run. Like some game software such as Empero
Era, Brood, Quake and so on.

Thanks!

Nov 16 '05 #4
Pixel Size?

You can find some cool WinForms style effects at:
http://weblogs.asp.net/justin_rogers/category/2991.aspx

And more specifically a method for making your form full screen at
http://weblogs.asp.net/justin_rogers.../22/61564.aspx
--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/justin_rogers

"Vanessa" <no*******@all. here> wrote in message
news:10******** *******@news-01.evisp.enerte l.nl...
You do that by setting the pixel size.

"zhimin" <xi************ @163.com> wrote in message
news:ey******** *****@TK2MSFTNG P10.phx.gbl...
Hi!

How to set a form full screen, the title bar, close button, and system

task
bar should hide while the form run. Like some game software such as Empero
Era, Brood, Quake and so on.

Thanks!


Nov 16 '05 #5
You do that by setting the pixel size.

"zhimin" <xi************ @163.com> wrote in message
news:ey******** *****@TK2MSFTNG P10.phx.gbl...
Hi!

How to set a form full screen, the title bar, close button, and system task bar should hide while the form run. Like some game software such as Empero
Era, Brood, Quake and so on.

Thanks!

Nov 16 '05 #6
Pixel Size?

You can find some cool WinForms style effects at:
http://weblogs.asp.net/justin_rogers/category/2991.aspx

And more specifically a method for making your form full screen at
http://weblogs.asp.net/justin_rogers.../22/61564.aspx
--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/justin_rogers

"Vanessa" <no*******@all. here> wrote in message
news:10******** *******@news-01.evisp.enerte l.nl...
You do that by setting the pixel size.

"zhimin" <xi************ @163.com> wrote in message
news:ey******** *****@TK2MSFTNG P10.phx.gbl...
Hi!

How to set a form full screen, the title bar, close button, and system

task
bar should hide while the form run. Like some game software such as Empero
Era, Brood, Quake and so on.

Thanks!


Nov 16 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
458
by: 4Space | last post by:
Hi, anyone know how to make a Form full screen?? I'm almost there, I just wondered if there's any way to have my form over the taskbar. Cheers, 4Space
3
3652
by: Scott M | last post by:
Hi, I am currently trying to write a simple game using vb.net the form I am working on is 800*600 (this is set as the maximum size) and autoscroll is set to true. The user moves around the screen by moving a picturebox (sprite) with the cursor keys. When the user hits the bottom of the screen I want the screen to automatically scroll...
16
11827
by: David Lauberts | last post by:
Hi Wonder if someone has some words of wisdom. I have a access 2002 form that contains 2 graph objects that overlay each other and would like to export them as a JPEG to use in a presentation. I can do this individually for each graph but this does not help me as I need both on the same JPEG. I thought I would try an export the form that...
2
3827
by: copyco | last post by:
Does anyone have any suggestions on this? I have a form that can be collapsed into a compact size and expanded back to full size. If the user moves the compact size of the form close to the edge, then when it is brought to full size, the right edge goes off the edge of the screen. How can I code to adjust for this? If I code for checking...
3
24358
by: jerry.ranch | last post by:
Hi I'm trying to figure out how to center forms on a page I have a form built with some tabbed pages, and I'm playing with the form properties, but it always displays top and left and not centered Thanks Jerry
2
1374
by: Lennart Nielsen | last post by:
I'm writing an application for a specific screen size for a project. It works fine on my desktop at work, but when I try to tele-commute via VPN & Remote Descktop I can only access part of the forms in the Forms Editor on my widescreen laptop that has a lower height resolution than the destination PC. VB crops my form to the laptop screen size...
4
8039
by: gobblegob | last post by:
hi guys , i am making a screen capture program and i want my main form to stay on top so the user can take a screen shot of full screen games, i have found lots of stuff to keep it on top of all window but nothing works for full screen games Below is 1 i have tried Private Const HWND_TOPMOST = -1 Private Const HWND_NOTOPMOST = -2 Private...
2
1764
by: =?Utf-8?B?Umlja1NlYW4=?= | last post by:
I have a long form within a panel which exceeds the maximum height of 876. I use the following code to print the form but it prints only the portion of the form that is displayed on the screen (max sized to 876). How do I print the entire form? Graphics mygraphics = this.CreateGraphics(); Size s = this.Size; memoryImage = new...
2
1505
by: Bandet Ace | last post by:
Today the MMORPG Runescape owned by JaGex released there full screen and HD mode to the game.(it's browser based) Because of there full screen mode they fill the whole screen not just the browser window,it overlaps everything,from the tab's to the file bar. So,is there a way to make the form always ontop of it? Someone said someone said...
0
7695
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7922
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8119
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7668
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5218
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.