> I got used to use VB ACTIVEX EXEs and when using the compiled EXE and
> instantiate it the EXE name appears on both tabs of Task
[quoted text clipped - 3 lines]
> Is there any thing to do to make it visible in the Applications Tab of
> the Task Manager.
Task manager shows top-level windows (with style WS_OVERLAPPEDWINDOW) in
it's Applications tab. If your process haven't got such a window, it won't
show. It is unrelated to which language was used to write it.
Arnaud
MVP - VC
ramialhasan - 26 Dec 2004 07:14 GMT
Thanks Arnaud,
I will check and create such a window in my EXE,
Regards,
Rami