P
Patrick Coghlan
I want to create about 4 forms with the same dimensions and background
colours, similar to the forms one has to traverse when installing
various software packages.
I'm using Visual Studio and C++ (changing to C# soon) and can create
separate forms, but I really just want to clone the first one, have the
user select different options on each form and navigate between them via
the PREV-NEXT-OKAY-CANCEL buttons on the bottom of the form.
What's the best technique for doing this?
Also, how do I create the separator line at the bottom of the screen
just above the PREV-NEXT-OKAY-CANCEL buttons?
colours, similar to the forms one has to traverse when installing
various software packages.
I'm using Visual Studio and C++ (changing to C# soon) and can create
separate forms, but I really just want to clone the first one, have the
user select different options on each form and navigate between them via
the PREV-NEXT-OKAY-CANCEL buttons on the bottom of the form.
What's the best technique for doing this?
Also, how do I create the separator line at the bottom of the screen
just above the PREV-NEXT-OKAY-CANCEL buttons?