
Runs in Design Mode, NOT Run Time
Hi fellow VB jocks,
I'm Dan from Tennessee.
I have written an app that runs fine in design mode (F5 while programming).
I compile it and run the EXE and it stops at a point in my code where I am
switching from one form to another by clicking a button. The code for this
button is simply:
Private Sub jump_adjmach_Click()
adjmach.show
adjmach.WindowState = 2
adjmach.SetFocus
End Sub
When the executable hits this, I get:
Run Time Error 53
File Note Found: '??'
where the "??" is always two characters of who knows what. It's never the
same.
I'm writing in VB4 Professional 16 bit mode. Windows 95 Op Sys.
Please Help If you Can. THANKS!!!