I have written a program that on Form Load, goes and searches for a
file. If the file is found, everything works fine - including my Exit
button which does nothing but End.
However, if the file I'm looking for isn't found, (in the Form Load),
I can't seem to get the program to quit.
I should clarify, that everything works fine while I am in the
development environment, but when I turn it into an EXE, it won't quit
(when the file I'm looking for isn't found). When this happens, the
Exit button won't work either. Clicking Cancel closes the window, but
the program still shows up in the task manager.
I have tried both End and Return (same result)
Anyone have any ideas?