bugs >> Capture of "Problems during load" ... "Missing File" message in VB
by SmFuZXQ » Fri, 31 Aug 2007 23:46:03 GMT
Please can anyone advise me of the VB6 code needed in order to capture the
message roblems During Load; Problems came up in the following areas during
load:; Missing Fileso that the program will automatically continue to run
without the user having to click the OK button ? (The issing fileis not
required in this instance.)
bugs >> Capture of "Problems during load" ... "Missing File" message in VB
by Ken Halter » Sat, 01 Sep 2007 00:47:37 GMT
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
bugs >> Capture of "Problems during load" ... "Missing File" message in VB
by Ralph » Sat, 01 Sep 2007 02:43:25 GMT
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
Similar Threads
1. problems displaying a second form during first form's load event - VB.Net
2. During VBA waiting for Message box answer problem
Hi,
Thanks in advance
During vba I open a msgbox which shows user the answers to be updated in
another workbook. The user must check these answers on the current worksheet
before the user agrees to the update.
My problem is that the user can't scroll up & down the worksheet until the
question is answer.
How do I help them look at the rest of the sheet and not just what is shown
when the code started?
Thanks
Trev B
3. Capturing Syslog messages on port 514 using VB.NET - VB.Net
4. Problem with loading XML file in VB.NET 2003
Hi All,
I am using VB.NET 2003 and having problems with loading an xml file. Here's
my code:
Public Sub LoadXML()
Dim xmlDoc As New Xml.XmlDocument
xmlDoc.Load("C:\Databases.xml")
'more code follows here
End Sub
When I get to the line that loads the databases.xml file, I get this error
message:
An unhandled exception of type 'System.NotSupportedException' occurred in
system.xml.dll
Additional information: FileStream was asked to open a device that was not a
file. FileStream's constructors that take a String will only work with
devices that are really files. If you need support for devices like "com1:"
or "lpt1:", then call CreateFile yourself then use the FileStream
constructors that take an OS handle as an IntPtr.
Any ideas why? the file C:\Databases.xml does exist.
--
Thank you in advance.
Vergel Adriano
5. Problem while loading tables from rtf files in rich text box using V.B
6. System.Messaging namespace missing in VB.NET?
After spending a little time reading the documentation, I attempted to add
some messaging code to my VB.Net project, only to discover that I couldn't
get past my
Imports System.Messaging
statment because the System.Messaging namespace is missing. Did I fat
finger it into oblivion without knowing it, or is this a known issue? Any
suggestions on how to fix this, in any case?
Any help appreciated...
7. Word 97 problems, Word encountered file corruption, VB message & text with path names added to documents - MS Office Setup
8. Level Monitoring During Capture
I'm writing a program in VB6 that monitors the input line level and begins
capturing and streaming to disk when the level is above a certain amount.
This is easy enough to do before capturing, but is there any way to have
continual volume level sampling during a capture without having to wait in
between buffer chunks?
Thanks,
Dan