Click here to Skip to main content
15,916,188 members
Home / Discussions / C#
   

C#

 
QuestionHow do I clone events? Pin
Daniel Persson29-Jun-06 2:12
Daniel Persson29-Jun-06 2:12 
AnswerRe: How do I clone events? Pin
Super Lloyd29-Jun-06 2:25
Super Lloyd29-Jun-06 2:25 
GeneralRe: How do I clone events? Pin
Daniel Persson29-Jun-06 2:51
Daniel Persson29-Jun-06 2:51 
QuestionHow to manage DLL with complex parameters? Pin
abiisalwayshappy29-Jun-06 2:08
abiisalwayshappy29-Jun-06 2:08 
AnswerRe: How to manage DLL with complex parameters? Pin
Judah Gabriel Himango29-Jun-06 4:37
sponsorJudah Gabriel Himango29-Jun-06 4:37 
QuestionResizing Panel in SplitContainer Pin
e_LA29-Jun-06 2:05
e_LA29-Jun-06 2:05 
AnswerRe: Resizing Panel in SplitContainer Pin
Judah Gabriel Himango29-Jun-06 4:38
sponsorJudah Gabriel Himango29-Jun-06 4:38 
AnswerRe: Resizing Panel in SplitContainer Pin
LongRange.Shooter29-Jun-06 8:19
LongRange.Shooter29-Jun-06 8:19 
You could try to do an Anchor left, top, right. However all controls in your panel must be in a single collumn for this to work correctly.

What you may have to do if Anchoring does not help is to subscribe to the Resize event on the panel. Then based on the size of Panel1 or Panel2 (whichever side your controls are in) you set the new sizes of your controls. I found one or two situations where Anchoring just did not do it for all of my controls.
AnswerRe: Resizing Panel in SplitContainer Pin
e_LA29-Jun-06 20:12
e_LA29-Jun-06 20:12 
QuestionClass Relationships Pin
Brendan Vogt29-Jun-06 1:59
Brendan Vogt29-Jun-06 1:59 
AnswerRe: Class Relationships Pin
J4amieC29-Jun-06 2:32
J4amieC29-Jun-06 2:32 
AnswerRe: Class Relationships [modified] Pin
LongRange.Shooter29-Jun-06 8:22
LongRange.Shooter29-Jun-06 8:22 
QuestionQues. in VC#.Net Pin
Andy Rama29-Jun-06 1:37
Andy Rama29-Jun-06 1:37 
AnswerRe: Ques. in VC#.Net Pin
Daniel Persson29-Jun-06 2:26
Daniel Persson29-Jun-06 2:26 
GeneralRe: Ques. in VC#.Net Pin
Andy Rama29-Jun-06 3:09
Andy Rama29-Jun-06 3:09 
GeneralRe: Ques. in VC#.Net Pin
Daniel Persson29-Jun-06 3:51
Daniel Persson29-Jun-06 3:51 
GeneralRe: Ques. in VC#.Net Pin
Andy Rama29-Jun-06 4:28
Andy Rama29-Jun-06 4:28 
QuestionRowState Pin
matmir29-Jun-06 0:54
matmir29-Jun-06 0:54 
AnswerRe: RowState Pin
synunn29-Jun-06 3:31
synunn29-Jun-06 3:31 
QuestionAdd inline images To Mail C# Pin
Sushant Duggal29-Jun-06 0:02
Sushant Duggal29-Jun-06 0:02 
AnswerRe: Add inline images To Mail C# [modified] Pin
Corinna John29-Jun-06 1:10
Corinna John29-Jun-06 1:10 
GeneralRe: Add inline images To Mail C# Pin
Sushant Duggal3-Jul-06 0:21
Sushant Duggal3-Jul-06 0:21 
QuestionChanging Mouse Cursor Pin
synunn29-Jun-06 0:02
synunn29-Jun-06 0:02 
AnswerChanging Mouse Cursor - Continued Pin
synunn29-Jun-06 3:41
synunn29-Jun-06 3:41 
AnswerRe: Changing Mouse Cursor - Continued Pin
Guffa29-Jun-06 3:59
Guffa29-Jun-06 3:59 

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.