Click here to Skip to main content
15,898,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: HTTPModule to filter .asp pages Pin
Heath Stewart25-Mar-04 9:46
protectorHeath Stewart25-Mar-04 9:46 
GeneralRe: HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 9:50
AWebDude25-Mar-04 9:50 
GeneralRe: HTTPModule to filter .asp pages Pin
Heath Stewart25-Mar-04 9:52
protectorHeath Stewart25-Mar-04 9:52 
GeneralRe: HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 10:13
AWebDude25-Mar-04 10:13 
GeneralRe: HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 10:35
AWebDude25-Mar-04 10:35 
GeneralRe: HTTPModule to filter .asp pages Pin
Heath Stewart25-Mar-04 10:41
protectorHeath Stewart25-Mar-04 10:41 
GeneralIt Worked !! HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 13:38
AWebDude25-Mar-04 13:38 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 8:18
protectorHeath Stewart25-Mar-04 8:18 
When you anchor two opposing sides, the control is stretched so that the distance between the parent's edges and the child's edges remain the same.

Anchoring and docking doesn't always solve the problem, though, in cases where you need to resize two controls adject to each other and retain the same relative widths, and in similar cases. Just handle the Resize event of the parent control (or override OnResize in your parent control if you want the parent to resize the children) and adjust your sizes and locations accordingly.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 8:36
protectorHeath Stewart25-Mar-04 8:36 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 11:17
protectorHeath Stewart25-Mar-04 11:17 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 11:40
protectorHeath Stewart25-Mar-04 11:40 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 11:44
protectorHeath Stewart25-Mar-04 11:44 
GeneralRe: Resize Control at Design Time Pin
Jeremy Kimball25-Mar-04 13:05
Jeremy Kimball25-Mar-04 13:05 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 13:44
protectorHeath Stewart25-Mar-04 13:44 
GeneralRe: Resize Control at Design Time Pin
Jeremy Kimball25-Mar-04 13:48
Jeremy Kimball25-Mar-04 13:48 
GeneralRe: Resize Control at Design Time Pin
Heath Stewart25-Mar-04 13:50
protectorHeath Stewart25-Mar-04 13:50 
GeneralRe: Resize Control at Design Time Pin
Jeremy Kimball25-Mar-04 14:06
Jeremy Kimball25-Mar-04 14:06 
GeneralQuestion about WebBrowser editing Pin
profoundwhispers25-Mar-04 6:54
profoundwhispers25-Mar-04 6:54 
GeneralRe: Question about WebBrowser editing Pin
Heath Stewart25-Mar-04 8:15
protectorHeath Stewart25-Mar-04 8:15 
GeneralUsing a #define from an unmanaged dll Pin
schnee2k325-Mar-04 6:42
schnee2k325-Mar-04 6:42 
GeneralRe: Using a #define from an unmanaged dll Pin
Dave Kreskowiak25-Mar-04 7:48
mveDave Kreskowiak25-Mar-04 7:48 
GeneralRe: Using a #define from an unmanaged dll Pin
schnee2k325-Mar-04 8:24
schnee2k325-Mar-04 8:24 
GeneralRe: Using a #define from an unmanaged dll Pin
Dave Kreskowiak25-Mar-04 8:31
mveDave Kreskowiak25-Mar-04 8:31 
GeneralRe: Using a #define from an unmanaged dll Pin
schnee2k325-Mar-04 8:36
schnee2k325-Mar-04 8:36 
GeneralRe: Using a #define from an unmanaged dll Pin
Jeremy Kimball25-Mar-04 7:49
Jeremy Kimball25-Mar-04 7:49 

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.