Discussion:
Capture of "Problems during load" ... "Missing File" message in VB
(too old to reply)
Janet
2007-08-31 15:46:03 UTC
Permalink
Please can anyone advise me of the VB6 code needed in order to capture the
message “Problems During Load; Problems came up in the following areas during
load:; Missing File” so that the program will automatically continue to run
without the user having to click the OK button ? (The “missing file” is not
required in this instance.)
Ken Halter
2007-08-31 16:47:37 UTC
Permalink
Post by Janet
Please can anyone advise me of the VB6 code needed in order to capture the
message "Problems During Load; Problems came up in the following areas
during
load:; Missing File" so that the program will automatically continue to
run
without the user having to click the OK button ? (The "missing file" is
not
required in this instance.)
Where does that message come from? Need more details. If it's your app
that's showing the message, it should be pretty easy to get rid of it...
but, if it's an external app, it'll take quite a bit of code.
--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm
Ralph
2007-08-31 18:43:25 UTC
Permalink
<snipped>
(The "missing file" is not > required in this instance.)
This is obvious NOT true, otherwise you wouldn't be getting the
error/message.
Remove the "requirement" as per a conditional based on "this instance".

-ralph

Loading...