Click here to Skip to main content
16,011,685 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can procedures and functions can only be stored in classes (and structs) ? Pin
Daniel Turini29-Feb-04 10:33
Daniel Turini29-Feb-04 10:33 
Generalsocket programming Pin
dabuskol28-Feb-04 20:06
dabuskol28-Feb-04 20:06 
GeneralRe: socket programming Pin
Tom Larsen28-Feb-04 20:30
Tom Larsen28-Feb-04 20:30 
GeneralRe: socket programming Pin
dabuskol28-Feb-04 20:39
dabuskol28-Feb-04 20:39 
GeneralRe: socket programming Pin
Tom Larsen1-Mar-04 4:17
Tom Larsen1-Mar-04 4:17 
GeneralRe: socket programming Pin
dabuskol16-Mar-04 23:04
dabuskol16-Mar-04 23:04 
GeneralRemoval of a forms Captionbar. Pin
Lars Fisker28-Feb-04 18:18
Lars Fisker28-Feb-04 18:18 
GeneralRe: Removal of a forms Captionbar. Pin
Andres Coder28-Feb-04 21:13
Andres Coder28-Feb-04 21:13 
As far as I know, this cannot be done. This "captionbar" and the border are tied together closely in Windows. However, you could draw the border yourself in an painting event (I guess). That case you must access the Windows (XP) theme, get the border, and draw it on the edge of your form. You must, however, somehow change the client area smaller that it is somehow (because the inside edges of the form are painted to be borders now, not client area). And don't forget to do manual painting for systems that doesn't support themes (anything else that Windows XP systems currently). There are a lot of examples how to use themes so you should have no problems if the main idea works...
GeneralRe: Removal of a forms Captionbar. Pin
Lars Fisker29-Feb-04 0:48
Lars Fisker29-Feb-04 0:48 
GeneralSerialization problem Pin
Jasper4C#28-Feb-04 6:47
Jasper4C#28-Feb-04 6:47 
GeneralRe: Serialization problem Pin
Heath Stewart29-Feb-04 10:31
protectorHeath Stewart29-Feb-04 10:31 
GeneralAccelerator(shortcut) for TabPage Pin
Gigiwig28-Feb-04 6:16
Gigiwig28-Feb-04 6:16 
GeneralRe: Accelerator(shortcut) for TabPage Pin
Mazdak28-Feb-04 6:28
Mazdak28-Feb-04 6:28 
GeneralRe: Accelerator(shortcut) for TabPage Pin
Mazdak28-Feb-04 6:33
Mazdak28-Feb-04 6:33 
GeneralCapturing other mouse buttons... Pin
profoundwhispers28-Feb-04 5:20
profoundwhispers28-Feb-04 5:20 
GeneralRe: Capturing other mouse buttons... Pin
leppie28-Feb-04 5:26
leppie28-Feb-04 5:26 
GeneralMenuItem.Shortcut has no Esc key?! Pin
profoundwhispers28-Feb-04 4:03
profoundwhispers28-Feb-04 4:03 
GeneralRe: MenuItem.Shortcut has no Esc key?! Pin
Nick Parker28-Feb-04 4:18
protectorNick Parker28-Feb-04 4:18 
GeneralRe: MenuItem.Shortcut has no Esc key?! Pin
Mazdak28-Feb-04 4:52
Mazdak28-Feb-04 4:52 
GeneralRe: MenuItem.Shortcut has no Esc key?! Pin
profoundwhispers28-Feb-04 5:23
profoundwhispers28-Feb-04 5:23 
GeneralRe: MenuItem.Shortcut has no Esc key?! Pin
Nick Parker28-Feb-04 6:11
protectorNick Parker28-Feb-04 6:11 
GeneralRe: MenuItem.Shortcut has no Esc key?! Pin
Heath Stewart28-Feb-04 4:24
protectorHeath Stewart28-Feb-04 4:24 
GeneralZero Value STRRET Type - GetDisplayNameOf Pin
Tristan Rhodes27-Feb-04 23:34
Tristan Rhodes27-Feb-04 23:34 
GeneralURL Validator Pin
camasmartin27-Feb-04 18:52
camasmartin27-Feb-04 18:52 
GeneralRe: URL Validator Pin
Heath Stewart28-Feb-04 4:16
protectorHeath Stewart28-Feb-04 4:16 

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.