SharpDevelop Community

Get your problems solved!
Welcome to SharpDevelop Community Sign in | Join | Help
in Search

Bug in the editor

Last post 11-18-2007 3:34 AM by jomabova. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 11-18-2007 3:34 AM

    Bug in the editor

    Hello.

    New Solution Windows. (C#)

    Open MainForm.Designer.cs -> Design

    Insert SplitContainer.

    MainForm.Designer.cs -> Source :

    ...

    {

    .....

    //

    // splitContainer1

    //

    this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;

    this.splitContainer1.Location = new System.Drawing.Point(0, 0);

    this.splitContainer1.Name = "splitContainer1";

    this.splitContainer1.Size = new System.Drawing.Size(284, 264);

    ????   private System.Windows.Forms.SplitContainer splitContainer1;

    this.splitContainer1.SplitterDistance = 94;

    ....

    }
    I correct this and get in the end
     
    }
     

    private System.Windows.Forms.SplitContainer splitContainer1;

    Change background color.
     
    ....
     

    this.splitContainer1.ResumeLayout(false);

    this.ResumeLayout(false);

    ????????? not }

    private System.Windows.Forms.SplitContainer splitContainer1;

     

Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems
Don't contact us via this (fleischfalle@alphasierrapapa.com) email address.