-
Hi everyone, I'm using the following:
Code:
Me.Show
Form2.Show vbModal, Me
To load form 1 (huge form covering all the screen like a white background), then load form 2 in front of it.
Trouble - none when I run this on my PC, when I burn this / put this program onto a cd and run it, I get the error message attached. :confused:
Thanks! :)
-
Could it be
That a control on one of your forms requires a run-time support file that isn't distributed with your CD?
-
Nice try, but I've checked all of these files...
Any other ideas please?