Strangest thing is happening and I'm sure there's a simple
explanation for it!
I have the following line of code in my program
I have a timer set that goes out and assures the network
connection is not lost so this shell run's every minute. What
is happening is everytime it runs it puts the Winoldap in
my task manager. At one point during testing I had atleast 30
of them! What is causing this and how do I stop it. I have
noticed that it only happens with the 0 swtich Hidden window.
If I take the switch out and manually close the window winoldap
doesn't stay in task manager!
TIA Doug
------------------
[This message has been edited by Douglas C. Horner (edited October 15, 2001).]
explanation for it!
I have the following line of code in my program
Code:
ShellOut = SHELL ("C:\progra~1\scanner\chknet.bat",0) SLEEP 2500
connection is not lost so this shell run's every minute. What
is happening is everytime it runs it puts the Winoldap in
my task manager. At one point during testing I had atleast 30
of them! What is causing this and how do I stop it. I have
noticed that it only happens with the 0 swtich Hidden window.
If I take the switch out and manually close the window winoldap
doesn't stay in task manager!
TIA Doug
------------------
[This message has been edited by Douglas C. Horner (edited October 15, 2001).]
Comment