Click here to Skip to main content
15,917,709 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
Member 437089829-Feb-08 3:30
Member 437089829-Feb-08 3:30 
GeneralRe: DownLoading Vedio file. Pin
Not Active29-Feb-08 3:59
mentorNot Active29-Feb-08 3:59 
GeneralRe: DownLoading Vedio file. Pin
Paul Conrad29-Feb-08 4:28
professionalPaul Conrad29-Feb-08 4:28 
GeneralRe: DownLoading Vedio file. Pin
Dan Neely29-Feb-08 4:55
Dan Neely29-Feb-08 4:55 
QuestionDownLoading Vedio file. Pin
Member 437089829-Feb-08 3:29
Member 437089829-Feb-08 3:29 
GeneralRe: DownLoading Vedio file. Pin
Colin Angus Mackay29-Feb-08 4:12
Colin Angus Mackay29-Feb-08 4:12 
GeneralRe: DownLoading Vedio file. Pin
Paul Conrad29-Feb-08 4:29
professionalPaul Conrad29-Feb-08 4:29 
GeneralNewbie problem Pin
josip cagalj29-Feb-08 2:52
josip cagalj29-Feb-08 2:52 
Hi to all.
This is my first question in C# forum because I just started with VS2005 C#. My question concern resizing window. To achieve resizing controls on form I used three panels and some docking and anchoring, even add a single line of code on Resizing method on panel to force it to maintain a width of half of a form.
private void panel2_Resize(object sender, EventArgs e)<br />
{<br />
    panel2.Size = new System.Drawing.Size((int)(this.Size.Width * 0.5), panel2.Size.Height);<br />
}<br />

It works but it's bad. When I resizing window this calculation (panel2.Size) is not happening always it is delayed and often jumps so it looks early bad.
BTW
In each panel (upper left and upper right) I have tree view controls, on Bottom one I placed some buttons and label's.
GeneralRe: Newbie problem Pin
Xmen Real 29-Feb-08 2:59
professional Xmen Real 29-Feb-08 2:59 
GeneralRe: Newbie problem Pin
blakey40429-Feb-08 4:06
blakey40429-Feb-08 4:06 
GeneralRe: Newbie problem [modified] Pin
josip cagalj2-Mar-08 21:50
josip cagalj2-Mar-08 21:50 
Generalbug Pin
amit_8329-Feb-08 2:48
amit_8329-Feb-08 2:48 
GeneralRe: bug Pin
phannon8629-Feb-08 2:52
professionalphannon8629-Feb-08 2:52 
GeneralRepost Pin
Gareth H29-Feb-08 2:53
Gareth H29-Feb-08 2:53 
QuestionProblem in instantiating the email template using C# in CRM3.0 Pin
vivek_5in29-Feb-08 2:12
vivek_5in29-Feb-08 2:12 
Generalbug Pin
amit_8329-Feb-08 2:01
amit_8329-Feb-08 2:01 
GeneralRe: bug Pin
Not Active29-Feb-08 2:11
mentorNot Active29-Feb-08 2:11 
GeneralRe: bug Pin
Colin Angus Mackay29-Feb-08 2:59
Colin Angus Mackay29-Feb-08 2:59 
GeneralRun Pin
simworld29-Feb-08 2:00
simworld29-Feb-08 2:00 
GeneralRe: Run Pin
Not Active29-Feb-08 2:12
mentorNot Active29-Feb-08 2:12 
GeneralRe: Run Pin
Colin Angus Mackay29-Feb-08 2:57
Colin Angus Mackay29-Feb-08 2:57 
GeneralRe: Run Pin
Malcolm Smart29-Feb-08 3:22
Malcolm Smart29-Feb-08 3:22 
Question[Message Deleted] Pin
Arun_mw29-Feb-08 1:48
Arun_mw29-Feb-08 1:48 
GeneralWrong forum Pin
Pete O'Hanlon29-Feb-08 2:13
mvePete O'Hanlon29-Feb-08 2:13 
GeneralDateTime saving problem from C# application.. Pin
shaz jazz29-Feb-08 1:29
shaz jazz29-Feb-08 1:29 

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.