Results 1 to 29 of 29

Thread: TAB PAGES!!!! VS keeps rearranging them!

Threaded View

  1. #1

    Thread Starter
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428

    Angry TAB PAGES!!!! VS keeps rearranging them!

    aah I'm getting crazy!!!! I have 7 tabpages in my tab control. I want to have them in a certain order. No mather what order I choose, VS changes the order at a random time, and to a random order!
    For example I rearrange the tabs, but when I run the program all of the tabpages are in another random order. Sometimes this happens when I switch from code view to design view

    this is the code that VS makes, I edited it manually and put it in the order that I want, but it still keeps changing this line
    VB Code:
    1. Me.tabWizard.Controls.AddRange(New System.Windows.Forms.Control() {Me.tabpSelectPics, _
    2. Me.tabpFormatImages, Me.tabpThumbnails, _
    3. Me.tabpChooseFolders, Me.tabpPages, Me.tabpHtmlTemplate, _
    4. Me.tabpImages})

    any ideas?!!!!
    Last edited by MrPolite; Dec 7th, 2002 at 09:36 PM.
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width