formHandle% = FORMOPEN(20, 78, 11, &H70, 1, &H70, "Saint Andrews Pipe....
This works OK... but if I increase the number of buttons to 12 or higher
formHandle% = FORMOPEN(20, 78, 12, &H70, 1, &H70, "Saint Andrews Pipe....
Then I receive a run/compile error stating that it is looking for a file call PBVNPRNT.BAS
I have searched and cannot find this file... HELP!
TJ
------------------
This works OK... but if I increase the number of buttons to 12 or higher
formHandle% = FORMOPEN(20, 78, 12, &H70, 1, &H70, "Saint Andrews Pipe....
Then I receive a run/compile error stating that it is looking for a file call PBVNPRNT.BAS
I have searched and cannot find this file... HELP!
TJ
------------------
Comment