Click here to Skip to main content
15,911,360 members
Home / Discussions / C#
   

C#

 
GeneralAbout DirectX9 and C# Pin
cemlouis25-Mar-04 8:59
cemlouis25-Mar-04 8:59 
GeneralRe: About DirectX9 and C# Pin
Heath Stewart25-Mar-04 9:19
protectorHeath Stewart25-Mar-04 9:19 
GeneralRe: About DirectX9 and C# Pin
Jeremy Kimball25-Mar-04 9:40
Jeremy Kimball25-Mar-04 9:40 
GeneralDataset not update Pin
terry_cyf25-Mar-04 8:23
terry_cyf25-Mar-04 8:23 
GeneralHTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 8:23
AWebDude25-Mar-04 8:23 
GeneralRe: HTTPModule to filter .asp pages Pin
Heath Stewart25-Mar-04 9:16
protectorHeath Stewart25-Mar-04 9:16 
GeneralRe: HTTPModule to filter .asp pages Pin
AWebDude25-Mar-04 9:42
AWebDude25-Mar-04 9:42 
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 

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.