User Profile

Collapse

Profile Sidebar

Collapse
twisterplus
twisterplus
Last Activity: Mar 30 '11, 09:39 AM
Joined: Apr 28 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • twisterplus
    replied to Scroll Bars in TabPage
    Solved!
    Realized I should adjust the AutoScrollMinSi ze property.
    See more | Go to post

    Leave a comment:


  • twisterplus
    replied to Scroll Bars in TabPage
    I have even tried resizing TabPage1 after adding it to TabControl1. But the size does not change!...
    See more | Go to post

    Leave a comment:


  • twisterplus
    started a topic Scroll Bars in TabPage

    Scroll Bars in TabPage

    I am trying to have a large tabpage with scroll bars.
    I do the following:

    Code:
    this.TabPage1 = new TabPage();
    this.TabPage1.AutoScroll = true;
    this.TabPage1.Size = new System.Drawing.Size(1000, 1000);
    but when I add the TabPage to the

    Code:
    this.TabControl1 = new System.Windows.Forms.TabControl()
    this.TabControl1.TabPages.(TabPage1)
    After that TabPage1 resizes to match the size of...
    See more | Go to post

  • twisterplus
    started a topic C# Forms and Threading

    C# Forms and Threading

    I have developed a multi form application in C#!
    I do not start them in different threads. I simply create new forms like this:

    Code:
    this.Form= new Form1();
    this.Form.Show();
    How ever these forms act like they run in two different threads! They are both active and can perform actions!
    I have checked my task manager. No matter how many forms I start, the number of threads is still the same!...
    See more | Go to post
No activity results to display
Show More
Working...