I simply wanted to move controls from a tab control. I did dthat and what I am loading on startup is not loading anymore. In vb6 this would not have been an issue....Code is attached, any suggestions?
Printable View
I simply wanted to move controls from a tab control. I did dthat and what I am loading on startup is not loading anymore. In vb6 this would not have been an issue....Code is attached, any suggestions?
what tab control
I took it off.
did you check the name of the properties everything is .text now and check the names of you controls againt the code and check to see if the form_load is there
did vb upgade the code or did you
So are we talking moving controls at runtime on to the tab (thru code) or at design time?
If its at design time did any of the controls change names?
What is it suppose to do at start up? I fired it up with out error but I didn't get any data in the listview.