R
RayLopez99
I have a basic forms question. Your main form, Form1, is the gateway
to other forms. I have yet to figure out how to comment out the main
form easily and leave the subforms. Why? Because let's say you have
a complex program that really is like a Swiss Army knife and has a
bunch of components. Each component has it's own form, all linked by
the main form. You want to seperate these components so each
component is a stand alone program (since none of these components
depend on the other components--they just happen to be linked together
thorough the first main form, typically named Form1--but how do you do
that without losing information? Of course you can start from scratch
and laboriously recreate all menus, buttons, etc, which would take
about two or three hours or more, but I'm wondering if anybody has a
quick way of just commenting out stuff and doing a global search and
replace of text words to do this?
Any tips or even a success story appreciated.
RL
to other forms. I have yet to figure out how to comment out the main
form easily and leave the subforms. Why? Because let's say you have
a complex program that really is like a Swiss Army knife and has a
bunch of components. Each component has it's own form, all linked by
the main form. You want to seperate these components so each
component is a stand alone program (since none of these components
depend on the other components--they just happen to be linked together
thorough the first main form, typically named Form1--but how do you do
that without losing information? Of course you can start from scratch
and laboriously recreate all menus, buttons, etc, which would take
about two or three hours or more, but I'm wondering if anybody has a
quick way of just commenting out stuff and doing a global search and
replace of text words to do this?
Any tips or even a success story appreciated.
RL