Click here to Skip to main content
15,887,989 members
Home / Discussions / C#
   

C#

 
GeneralRe: Process Filename Pin
Nnamdi Onyeyiri19-Jan-03 3:50
Nnamdi Onyeyiri19-Jan-03 3:50 
GeneralSockets && Detecting FileSent Completion Pin
gekoscan16-Jan-03 12:52
gekoscan16-Jan-03 12:52 
GeneralRe: Sockets && Detecting FileSent Completion Pin
David Stone16-Jan-03 13:03
sitebuilderDavid Stone16-Jan-03 13:03 
GeneralRe: Sockets && Detecting FileSent Completion Pin
Nick Parker17-Jan-03 17:31
protectorNick Parker17-Jan-03 17:31 
GeneralTelnet Pin
David Stone16-Jan-03 11:44
sitebuilderDavid Stone16-Jan-03 11:44 
GeneralRe: Telnet Pin
Nnamdi Onyeyiri19-Jan-03 2:53
Nnamdi Onyeyiri19-Jan-03 2:53 
AnswerRe: Fullscreen forms? Pin
p daddy16-Jan-03 6:18
p daddy16-Jan-03 6:18 
GeneralRe: Fullscreen forms? Pin
Heath Stewart16-Jan-03 11:30
protectorHeath Stewart16-Jan-03 11:30 
Won't work - it'll duck behing the task bar. You have to override the CreateParams property to return base.CreateParams OR'd with the values for WS_POPUP and WS_EX_TOPMOST, using the screen's physical size for the size of the form. SystemInformation does not provide this (only the working area, which is the area that any task bars don't use) so you'll have to P/Invoke GetDeviceCaps using HORZSIZE and VERTSIZE as parameters (two separate calls) passing an IntPtr you get from Graphics.GetHdc() (make sure to call Graphics.ReleaseHdc() right away after you're done with the HDC).

You can also use ChangeDisplaySettings() (or ChangeDisplaySettingsEx()) to accomplish the same thing, but it's a tad-bit more complicated.

"Well, I wouldn't say I've been missing it, Bob." - Peter Gibbons
GeneralRe: Fullscreen forms? Pin
p daddy16-Jan-03 22:21
p daddy16-Jan-03 22:21 
GeneralRe: Fullscreen forms? Pin
Zibar16-Jan-03 22:34
sussZibar16-Jan-03 22:34 
AnswerRe: Fullscreen forms? Pin
Uwe Keim18-Jan-03 1:19
sitebuilderUwe Keim18-Jan-03 1:19 
GeneralRelative path to Web Services from a .NET Winform Pin
shanelhatcher16-Jan-03 5:31
shanelhatcher16-Jan-03 5:31 
GeneralRe: Relative path to Web Services from a .NET Winform Pin
Heath Stewart16-Jan-03 11:07
protectorHeath Stewart16-Jan-03 11:07 
GeneralRaised Panels can you create them. Pin
S S Basra16-Jan-03 4:36
S S Basra16-Jan-03 4:36 
GeneralRe: Raised Panels can you create them. Pin
FruitBatInShades16-Jan-03 6:58
FruitBatInShades16-Jan-03 6:58 
GeneralRe: Raised Panels can you create them. Pin
Heath Stewart16-Jan-03 11:09
protectorHeath Stewart16-Jan-03 11:09 
GeneralRe: Raised Panels can you create them. Pin
S S Basra17-Jan-03 1:47
S S Basra17-Jan-03 1:47 
GeneralContext menu not displaying! Pin
FruitBatInShades16-Jan-03 4:21
FruitBatInShades16-Jan-03 4:21 
GeneralRe: Context menu not displaying! Pin
Stephane Rodriguez.16-Jan-03 4:39
Stephane Rodriguez.16-Jan-03 4:39 
GeneralRe: Context menu not displaying! Pin
FruitBatInShades16-Jan-03 5:16
FruitBatInShades16-Jan-03 5:16 
GeneralRe: Context menu not displaying! Pin
FruitBatInShades16-Jan-03 7:40
FruitBatInShades16-Jan-03 7:40 
GeneralRe: Context menu not displaying! Pin
Stephane Rodriguez.16-Jan-03 7:56
Stephane Rodriguez.16-Jan-03 7:56 
GeneralConfuscious say Tree with weak roots will collapse in breeze! Pin
FruitBatInShades16-Jan-03 9:13
FruitBatInShades16-Jan-03 9:13 
QuestionFullscreen forms? Pin
Zibar16-Jan-03 0:55
sussZibar16-Jan-03 0:55 
Generalunable to reflect type Pin
p daddy16-Jan-03 0:17
p daddy16-Jan-03 0:17 

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.