Hi all,
I'm pretty sure my VB application is preventing Windows from shutting down etc.
As I've not had this problem before I started to run my application I wrote in VB6.
It sits in the taskbar (uses standard shell APIs for this). Every X seconds, it uses FindWindow API to check for a window title. If it's there, grabs the window title text.
It also uses WinSock object and Inet object (but not constantly sending/recieving data).
As I said, I do Start -> Shutdown and select "Shutdown".. things like Messenger close and then everything stops.
I'm 98% sure it's my VB6 application that's causing this.
Can anyone help me out?
I'm pretty sure my VB application is preventing Windows from shutting down etc.
As I've not had this problem before I started to run my application I wrote in VB6.
It sits in the taskbar (uses standard shell APIs for this). Every X seconds, it uses FindWindow API to check for a window title. If it's there, grabs the window title text.
It also uses WinSock object and Inet object (but not constantly sending/recieving data).
As I said, I do Start -> Shutdown and select "Shutdown".. things like Messenger close and then everything stops.
I'm 98% sure it's my VB6 application that's causing this.
Can anyone help me out?