I'm a vb noob using vb 2008 Express. I'm writing a moderately complex program for doing engineering calculations. I've made a GUI on one Form with several dozen text boxes, combo boxes, and labels. A lot of work has gone into both the code and the physical placement and alignment of the components.
In true noob fashion, I did not realize until now that I should have split up the GUI onto several Tab Pages instead of trying to do it all on just one Form. Is there a way that's not too painful to move what I've done from the Form onto Tab Pages? I've tried simple cut & paste, but this did not work. In any case, I realize I will have to do a lot of "find and replace" to correct references to the components.
In true noob fashion, I did not realize until now that I should have split up the GUI onto several Tab Pages instead of trying to do it all on just one Form. Is there a way that's not too painful to move what I've done from the Form onto Tab Pages? I've tried simple cut & paste, but this did not work. In any case, I realize I will have to do a lot of "find and replace" to correct references to the components.