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:
Me.tabWizard.Controls.AddRange(New System.Windows.Forms.Control() {Me.tabpSelectPics, _ Me.tabpFormatImages, Me.tabpThumbnails, _ Me.tabpChooseFolders, Me.tabpPages, Me.tabpHtmlTemplate, _ Me.tabpImages})
any ideas?!!!!![]()





Reply With Quote