Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Help! VB- Forms
Name: Global Date: October 28, 2003 at 03:22:33 Pacific OS: 2000 CPU/Ram: 1800 MHz
Comment:
Possibly a quick solution,
I am writing a small app which has a form, on which are several labels etc and some other controls.
Now the problem is that I want to add more forms to the project and they will almost be the same as the first one.
Is there a way to create an exact copy of the form and bring it into the project as this will save a load of messing about.
Summary: Hi, I am involved in a project in visual basic language. I developed a standalone form with an autocad insert, each time I want to perform functions such as zooming, layering, rotation of the inserted...
Summary: the last time i tried to create multiple windows from the same form using an index, VB didnt let me have an index of forms. i know about objects and such, and i know about the form load and unload stu...
Summary: I don't know if this will help or not, but you might try doing a form refresh on the 2nd form after updating the controls on that form. In regular VB I have had to refresh the form or the control to ...