473,385 Members | 2,015 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Full screen Form

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
Nov 15 '05 #1
6 1964
Actually, this isn't a .NET issue. I can get full screen on another machine,
so it looks like a driver issue. How sad.

Cheers,

4Space

"4Space" <te**@test.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
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

Nov 15 '05 #2

this.FormBorderStyle = FormBorderStyle.None;
this.WindowState = FormWindowState.Maximized;

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Nov 15 '05 #3
"4Space" <te**@test.com> wrote in message
news:#I**************@TK2MSFTNGP11.phx.gbl...
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


If you're writing an app which will be used by anyone else, then seriously,
I wouldn't recommend you do this. I've come across a couple of programs in
the past which have covered my taskbar and they were VERY quickly
uninstalled again... You should not try to override a users OS settings,
it's impolite! :)

Lorne
Nov 15 '05 #4
"Lorne Smith" <no@spam.here> wrote in message
"4Space" <te**@test.com> wrote in message
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
If you're writing an app which will be used by anyone else, then

seriously, I wouldn't recommend you do this. I've come across a couple of programs in the past which have covered my taskbar and they were VERY quickly
uninstalled again... You should not try to override a users OS settings,
it's impolite! :)
Thanks Lorne :) But this will be a dedicated machine in an engineering
environment, possibly even with a touch screen. It will be full screen,
alt-tab and ctrl-alt-del (etc.) will also be disabled.
Lorne


Cheers,

4Space
Nov 15 '05 #5

"4Space" <te**@test.com> wrote in message
news:OJ**************@TK2MSFTNGP12.phx.gbl...
"Lorne Smith" <no@spam.here> wrote in message
"4Space" <te**@test.com> wrote in message
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


If you're writing an app which will be used by anyone else, then

seriously,
I wouldn't recommend you do this. I've come across a couple of programs

in
the past which have covered my taskbar and they were VERY quickly
uninstalled again... You should not try to override a users OS settings, it's impolite! :)


Thanks Lorne :) But this will be a dedicated machine in an engineering
environment, possibly even with a touch screen. It will be full screen,
alt-tab and ctrl-alt-del (etc.) will also be disabled.

Lorne


Cheers,

4Space


Ah, that explains a lot then :)

Nov 15 '05 #6
Forgot to add something... It should help you... the following code segment
from VB6 does what you are looking for using API calls... Should be easy to
translate but it will be unmanaged code....

///
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal
lpClassName As String, ByVal lpWindowName As String) As Long

Private Declare Function ShowWindow Lib "user32.dll" (ByVal hwnd As Long,
ByVal nCmdShow As Long) As Long

Private TaskBar As Long

TaskBar = FindWindow("Shell_TrayWnd", vbNullString)
ShowWindow TaskBar, 0
\\\

This will hide the taskbar for you... Call 'ShowWindow TaskBar, 4' to reshow
it...

HTH

Lorne
"4Space" <te**@test.com> wrote in message
news:OJ**************@TK2MSFTNGP12.phx.gbl...
"Lorne Smith" <no@spam.here> wrote in message
"4Space" <te**@test.com> wrote in message
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


If you're writing an app which will be used by anyone else, then

seriously,
I wouldn't recommend you do this. I've come across a couple of programs

in
the past which have covered my taskbar and they were VERY quickly
uninstalled again... You should not try to override a users OS settings, it's impolite! :)


Thanks Lorne :) But this will be a dedicated machine in an engineering
environment, possibly even with a touch screen. It will be full screen,
alt-tab and ctrl-alt-del (etc.) will also be disabled.

Lorne


Cheers,

4Space

Nov 15 '05 #7

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

Similar topics

7
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
6
by: Nicky | last post by:
hi,all We are going to develop a program and when it is running, we need it full screen and also, user can not switch to other place before exit our program. I am thinking, we can make a window...
6
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
0
by: Franklin M. Gauer III | last post by:
Hi, We have an application running that uses FULL SCREEN ANCHORING in Windows Forms. The application runs fine on all of our desktops and some laptops. We are having problems with certain Dell...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...

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.