Re: VB6 Threading-Examples using the vbRichClient5 ThreadHandler
Quote:
Originally Posted by
Schmidt
To be precise, it's not the WshShell-Object I'm talking about,
but the (Process-representing) Object, which is returned by the .Exec-Method of the WshShell-Object.
Yes - sorry - I had recognised that but expressed myself clumsily...
Thanks for that stackoverflow link; have viewed a few similar threads from there recently but hadn't seen that one. Looks useful. Will have a play in the coming days...
Thanks, again, Olaf.
Re: VB6 Threading-Examples using the vbRichClient5 ThreadHandler
Just had a little play. WSH.Exec would be perfect if it weren't for the fact that it spawns a command window. The only ways I've seen of suppressing that would prevent the cCollection from being populated with the processes, it seems.
Unless you have any ideas in that regard, it looks like a non-starter...
Shame.