Click here to Skip to main content
15,921,548 members
Home / Discussions / C#
   

C#

 
GeneralRe: Strange behaviour Pin
sinosoidal21-Mar-07 6:50
sinosoidal21-Mar-07 6:50 
GeneralRe: Strange behaviour Pin
sinosoidal21-Mar-07 6:53
sinosoidal21-Mar-07 6:53 
GeneralRe: Strange behaviour Pin
Stefan Troschuetz21-Mar-07 6:58
Stefan Troschuetz21-Mar-07 6:58 
GeneralRe: Strange behaviour Pin
sinosoidal21-Mar-07 7:39
sinosoidal21-Mar-07 7:39 
AnswerRe: Strange behaviour Pin
Edmundisme21-Mar-07 7:05
Edmundisme21-Mar-07 7:05 
GeneralRe: Strange behaviour Pin
sinosoidal21-Mar-07 7:33
sinosoidal21-Mar-07 7:33 
GeneralRe: Strange behaviour Pin
Edmundisme21-Mar-07 7:42
Edmundisme21-Mar-07 7:42 
GeneralRe: Strange behaviour Pin
sinosoidal21-Mar-07 7:51
sinosoidal21-Mar-07 7:51 
Nope... at least with what i done, which was the following:

<br />
            SplitContainer region = new SplitContainer();<br />
            Panel panel = new Panel(); <---<br />
<br />
            region.SuspendLayout();<br />
            this.SuspendLayout();<br />
<br />
            region.Dock = System.Windows.Forms.DockStyle.Fill;<br />
            region.Location = new System.Drawing.Point(0, 0);<br />
            region.Name = "region";<br />
            region.Size = new System.Drawing.Size(292, 266);<br />
            region.SplitterDistance = Int32.Parse(p.width)/2;<br />
            region.TabIndex = 0;<br />
            region.Orientation = o;<br />
<br />
<br />
            region.Panel1.Controls.Add(panel); <-----<br />
            this.Controls.Add(region);<br />
            region.ResumeLayout(false);<br />
<br />
            regions.Add(region);<br />
<br />
            this.PerformLayout();<br />
            this.Refresh();<br />

GeneralRe: Strange behaviour Pin
Edmundisme21-Mar-07 8:23
Edmundisme21-Mar-07 8:23 
GeneralRe: Strange behaviour Pin
sinosoidal22-Mar-07 0:13
sinosoidal22-Mar-07 0:13 
GeneralRe: Strange behaviour Pin
sinosoidal22-Mar-07 0:45
sinosoidal22-Mar-07 0:45 
GeneralRe: Strange behaviour Pin
Edmundisme22-Mar-07 6:07
Edmundisme22-Mar-07 6:07 
GeneralRe: Strange behaviour Pin
sinosoidal22-Mar-07 6:28
sinosoidal22-Mar-07 6:28 
AnswerRe: Strange behaviour Pin
Edmundisme21-Mar-07 7:10
Edmundisme21-Mar-07 7:10 
AnswerRe: Strange behaviour Pin
Muammar©21-Mar-07 8:22
Muammar©21-Mar-07 8:22 
QuestionDatabase to Dataset to DataTable then Another table using query Pin
Sarfaraj Ahmed21-Mar-07 6:12
Sarfaraj Ahmed21-Mar-07 6:12 
Questiontwo problems in windows form Pin
ahmad al-omar21-Mar-07 5:59
ahmad al-omar21-Mar-07 5:59 
AnswerRe: two problems in windows form Pin
Shy Agam21-Mar-07 7:42
Shy Agam21-Mar-07 7:42 
GeneralRe: two problems in windows form Pin
ahmad al-omar21-Mar-07 8:51
ahmad al-omar21-Mar-07 8:51 
GeneralRe: two problems in windows form Pin
Shy Agam21-Mar-07 9:36
Shy Agam21-Mar-07 9:36 
GeneralRe: two problems in windows form Pin
Sautin.net22-Mar-07 8:49
Sautin.net22-Mar-07 8:49 
QuestionPHP IDE Pin
abalfazl21-Mar-07 4:25
abalfazl21-Mar-07 4:25 
AnswerRe: PHP IDE Pin
joon vh.21-Mar-07 5:06
joon vh.21-Mar-07 5:06 
QuestionUndo and Redo in c# Pin
hiremath7121-Mar-07 4:21
hiremath7121-Mar-07 4:21 
AnswerRe: Undo and Redo in c# Pin
Bekjong21-Mar-07 4:32
Bekjong21-Mar-07 4:32 

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.