> I have a vb6 project, that sometimes when compiled, generates a file on the
> desktop called event.log. This can occur in windows xp or windows vista. I
[quoted text clipped - 6 lines]
>
> Thanks in advance for any help
No Addins? No 3rd party designers? No 3rd party controls?
[Another possiblity is 'App.StartLogging'
http://msdn2.microsoft.com/en-us/library/aa267165.aspx]
What's inside the file?
fwiw, Event logging only happens from a compiled app.
-ralph
Peter Haynes - 18 Dec 2007 11:55 GMT
> > I have a vb6 project, that sometimes when compiled, generates a file on
> the
[quoted text clipped - 10 lines]
>
> No Addins? No 3rd party designers? No 3rd party controls?
The only addins we use are XceedZip (for file compression), GBSchedule (for
calender displaying), and RTF21 (from Lebans) for full richtextbox
justification.
> [Another possiblity is 'App.StartLogging'
> http://msdn2.microsoft.com/en-us/library/aa267165.aspx]
[quoted text clipped - 4 lines]
>
> -ralph