Click here to Skip to main content
15,896,153 members
Home / Discussions / C#
   

C#

 
QuestionC# 2.0 Key + Mouse Move Pin
kselman13-Feb-06 6:08
kselman13-Feb-06 6:08 
AnswerRe: C# 2.0 Key + Mouse Move Pin
PicklesTheClown13-Feb-06 6:57
PicklesTheClown13-Feb-06 6:57 
GeneralRe: C# 2.0 Key + Mouse Move Pin
kselman13-Feb-06 15:21
kselman13-Feb-06 15:21 
GeneralRe: C# 2.0 Key + Mouse Move Pin
PicklesTheClown13-Feb-06 16:15
PicklesTheClown13-Feb-06 16:15 
Questioni want to convert from rgb to luv color space Pin
haytham_mohammad13-Feb-06 5:08
haytham_mohammad13-Feb-06 5:08 
AnswereasyRGB Pin
Insincere Dave13-Feb-06 5:59
Insincere Dave13-Feb-06 5:59 
AnswerRe: i want to convert from rgb to luv color space Pin
IdUnknown13-Feb-06 8:54
IdUnknown13-Feb-06 8:54 
QuestionMaking form FullScreen, covering Task bar help Pin
Gunn31713-Feb-06 4:47
Gunn31713-Feb-06 4:47 
I'm trying to create a form that is full screen. I checked out the CodeProject article

http://www.codeproject.com/csharp/fullscreenmode.asp[^]

When run, the taskbar/Start menu is still viewable though. I want to cover the entire screen completely.

I tried using:

f.SetBounds(0, 0, Screen.PrimaryScreen.Width, <br />
     Screen.PrimaryScreen.Height, BoundsSpecified.All);


No change. I tried using

f.Bounds = Screen.PrimaryScreen.Bounds;

No change. I tried getting the PrimaryScreen.Bounds, adding to its height, then setting that to my form, but still no change. When I set the bounds, then look at the forms actual Bounds property, I can see that it is 35 less than the screen height.

I've set the WindowState=Maximized and TopMost=true on the form. STILL the taskbar remains visible.

Anything else to try that I am missing?

Thanks,
AnswerRe: Making form FullScreen, covering Task bar help Pin
IdUnknown13-Feb-06 8:42
IdUnknown13-Feb-06 8:42 
GeneralRe: Making form FullScreen, covering Task bar help Pin
Gunn31713-Feb-06 9:25
Gunn31713-Feb-06 9:25 
AnswerRe: Making form FullScreen, covering Task bar help Pin
Sean8913-Feb-06 15:40
Sean8913-Feb-06 15:40 
GeneralRe: Making form FullScreen, covering Task bar help Pin
Gunn31715-Feb-06 2:52
Gunn31715-Feb-06 2:52 
Questionreading third party Snap-in information in MMC programatically Pin
krompo13-Feb-06 4:36
krompo13-Feb-06 4:36 
AnswerRe: reading third party Snap-in information in MMC programatically Pin
J4amieC13-Feb-06 4:59
J4amieC13-Feb-06 4:59 
GeneralRe: reading third party Snap-in information in MMC programatically Pin
krompo13-Feb-06 5:05
krompo13-Feb-06 5:05 
Questioncall a sqlfunction thro service Pin
imsathy13-Feb-06 2:23
imsathy13-Feb-06 2:23 
AnswerRe: call a sqlfunction thro service Pin
Colin Angus Mackay13-Feb-06 3:04
Colin Angus Mackay13-Feb-06 3:04 
QuestionDiscarding Packets programatically Pin
SZKHAN13-Feb-06 2:19
SZKHAN13-Feb-06 2:19 
AnswerRe: Discarding Packets programatically Pin
Colin Angus Mackay13-Feb-06 3:10
Colin Angus Mackay13-Feb-06 3:10 
QuestionDropping a file into a listview Pin
benjymous13-Feb-06 1:52
benjymous13-Feb-06 1:52 
AnswerRe: Dropping a file into a listview Pin
kasik13-Feb-06 2:10
kasik13-Feb-06 2:10 
GeneralRe: Dropping a file into a listview Pin
benjymous13-Feb-06 2:14
benjymous13-Feb-06 2:14 
GeneralRe: Dropping a file into a listview Pin
Robert Rohde13-Feb-06 3:27
Robert Rohde13-Feb-06 3:27 
QuestionUIP Application Block and Modal Window Pin
Abhijeet Ballal13-Feb-06 1:02
Abhijeet Ballal13-Feb-06 1:02 
QuestionUsage of Microsoft FlexgridControl in C#.NET Pin
lsasanka13-Feb-06 0:30
lsasanka13-Feb-06 0:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.