I try to run an executable program using shell function from vb6 like this:
Shell "net time \\server /set /yes", vbHide
It works properly, but I have a "winoldap" appears in my ctrl-alt-del list, and it won't disappears when the process successfully done, neither the form unloaded or the application closed.
Is there anyone can help me solve this problem?

Thanks,
Rudy.