Machaira
Junior Contributor
I have the attached form, which I'm inheriting. On the inherited form I'm increasing the size of the form and the GroupBox2 control, then adding additional controls to the groupbox by copying a set of label and textboxes from the base form (say the Action label and associated textboxes). Upon rebuilding the project however the Document Traceability label and textbox move back to their original positions on the base form. I've dropped the base form into a new project and tried it with the same results. I don't believe there is anything wrong with the construction of the base form (although I may be mistaken). Any suggestions? Does this appear to be a bug to anyone else or am I just stupid?
I can resize the groupbox to get the label and textbox back to their correct location,but IMO I shouldn't have to.
Thanks in advance.
[edit]I appear to have found a fix by making the label and textbox Public.[/edit]
I can resize the groupbox to get the label and textbox back to their correct location,but IMO I shouldn't have to.
Thanks in advance.
[edit]I appear to have found a fix by making the label and textbox Public.[/edit]