Click here to Skip to main content
15,881,173 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl8-Jan-04 14:06
sxbyl8-Jan-04 14:06 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
Heath Stewart8-Jan-04 16:44
protectorHeath Stewart8-Jan-04 16:44 
GeneralRe: How can I get some objects like HttpContext when using SingleCall SAOS and does not host in IIS (with HttpChannel) Pin
sxbyl8-Jan-04 16:55
sxbyl8-Jan-04 16:55 
GeneralHttpWebRequest Pin
murali_utr7-Jan-04 17:04
murali_utr7-Jan-04 17:04 
GeneralRe: HttpWebRequest Pin
Heath Stewart7-Jan-04 18:41
protectorHeath Stewart7-Jan-04 18:41 
GeneralRe: HttpWebRequest Pin
murali_utr7-Jan-04 19:11
murali_utr7-Jan-04 19:11 
GeneralC# Forms/Controls Pin
Luther Baker7-Jan-04 14:24
Luther Baker7-Jan-04 14:24 
GeneralRe: C# Forms/Controls Pin
Heath Stewart7-Jan-04 18:38
protectorHeath Stewart7-Jan-04 18:38 
As for the docking, you could use panels, which derive from ScrollableControl which has a DockPadding property. Dock you panels, set the padding, and you can dock or anchor your controls inside those.

In regard to drawing a border, you can use simple owner-drawing by overriding OnPaint and drawing a rectangle (see the ControlPaint class for some handy helper methods), or go so far as to override WndProc and do it a little lower-level. I'd recommend the managed way for portability and ease, though!

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: C# Forms/Controls Pin
Luther Baker7-Jan-04 19:37
Luther Baker7-Jan-04 19:37 
GeneralRe: C# Forms/Controls Pin
David Stone7-Jan-04 20:31
sitebuilderDavid Stone7-Jan-04 20:31 
GeneralRe: C# Forms/Controls Pin
Luther Baker7-Jan-04 20:28
Luther Baker7-Jan-04 20:28 
GeneralRe: C# Forms/Controls Pin
Heath Stewart8-Jan-04 4:18
protectorHeath Stewart8-Jan-04 4:18 
GeneralC# SystemFonts Pin
Luther Baker7-Jan-04 13:49
Luther Baker7-Jan-04 13:49 
GeneralRe: C# SystemFonts Pin
Heath Stewart7-Jan-04 18:30
protectorHeath Stewart7-Jan-04 18:30 
GeneralRe: C# SystemFonts Pin
Luther Baker7-Jan-04 19:38
Luther Baker7-Jan-04 19:38 
Generalclicking "Open with" when multiple files are selected Pin
Anonymous7-Jan-04 13:12
Anonymous7-Jan-04 13:12 
GeneralRe: clicking "Open with" when multiple files are selected Pin
Kentamanos7-Jan-04 14:25
Kentamanos7-Jan-04 14:25 
GeneralRe: clicking "Open with" when multiple files are selected Pin
Anonymous7-Jan-04 20:24
Anonymous7-Jan-04 20:24 
GeneralRe: clicking "Open with" when multiple files are selected Pin
Kentamanos7-Jan-04 20:38
Kentamanos7-Jan-04 20:38 
GeneralRe: clicking "Open with" when multiple files are selected Pin
blakeb_18-Jan-04 11:52
blakeb_18-Jan-04 11:52 
GeneralRe: clicking "Open with" when multiple files are selected Pin
Kentamanos8-Jan-04 12:08
Kentamanos8-Jan-04 12:08 
GeneralC# Deployment Question Pin
Larry J. Siddens7-Jan-04 9:18
Larry J. Siddens7-Jan-04 9:18 
GeneralRe: C# Deployment Question Pin
Mazdak7-Jan-04 9:24
Mazdak7-Jan-04 9:24 
GeneralRe: C# Deployment Question Pin
Niels Penneman7-Jan-04 9:26
Niels Penneman7-Jan-04 9:26 
GeneralRe: C# Deployment Question Pin
Larry J. Siddens7-Jan-04 10:12
Larry J. Siddens7-Jan-04 10:12 

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.