This call works just fine on NT4 but raises a system error on Win95/98
App.LogEvent sLog, vbLogEventTypeError
LogPath and LogMode properties seem to be read only and not set
How are these set?
How do I fix this?
Printable View
This call works just fine on NT4 but raises a system error on Win95/98
App.LogEvent sLog, vbLogEventTypeError
LogPath and LogMode properties seem to be read only and not set
How are these set?
How do I fix this?
That string is for the eventviewer of Windows NT, you can't use it in Windows 95 or 98, you can use some other string like trying to write the error in a text file, or sending a message thru the network, but that string is only for Win NT