A question re object orientated programming from a newbie who wants to start doing things "the proper way"...
If I have a form that I want to use across numerous projects (e.g. a user login form with a username text box, password box and 'OK'/'Cancel' command buttons) what is the best way to go about this:
1. Copy an existing form from one project to another? (which I currently do)
2. Create a class module? (Class modules I have done to date do not seem to include form objects etc)
3. Create a custom control? (Can you make a form a custom control?)
4. Other ?...
Any suggestions would be gratefully appreciated.
Cheers.
If I have a form that I want to use across numerous projects (e.g. a user login form with a username text box, password box and 'OK'/'Cancel' command buttons) what is the best way to go about this:
1. Copy an existing form from one project to another? (which I currently do)
2. Create a class module? (Class modules I have done to date do not seem to include form objects etc)
3. Create a custom control? (Can you make a form a custom control?)
4. Other ?...
Any suggestions would be gratefully appreciated.
Cheers.