The more up-to-date documentation includes a form design and code that adheres to standards. We have...
- a slightly better form design
- code showing control names
- indented code
- commented code.
Click the link below to see the better documentation.
Use the new form design to make adjustments to your form if necessary. The form design tells you which controls to use.
Delete all existing code and paste in the new code.
There is one last problem. The form design did not specify the control names. This means you will have to look through the code and try to figure out the name of all the controls by looking at the code. This should be relatively easy if you remember that control names all start with a three letter prefix.
Now do you have enough information to recreate the program?
|