Hello all, I wrote a shell program a few years ago in VB6 that needs
to be modified. The problem I have is this:
The SysAdmin uses this shell in place of Explorer, so there is no
taskbar. When his users run PC Anywhere from the shell, and minimize
it, it minimizes to the system tray. With no task bar, there is no
system tray, so there is no way to restore the PC Anywhere window.
The shell starts PC Anywhere using ShellExecute. I have found a lot
of info on Shell_NotifyIco n but this doesn't seem to do what I need.
All I need to do is restore the PC Anywhere window.
One more thing, the shell installs with no installation program (one
of the requirements for the project), and is on about 50 machines, so
I don't want to have to add and register another dll, or ocx if
possible. I found an example on how to see if the app was running,
but uses a dll that would have to be registered on every machine to
work.
Any help would be greatly appreciated
to be modified. The problem I have is this:
The SysAdmin uses this shell in place of Explorer, so there is no
taskbar. When his users run PC Anywhere from the shell, and minimize
it, it minimizes to the system tray. With no task bar, there is no
system tray, so there is no way to restore the PC Anywhere window.
The shell starts PC Anywhere using ShellExecute. I have found a lot
of info on Shell_NotifyIco n but this doesn't seem to do what I need.
All I need to do is restore the PC Anywhere window.
One more thing, the shell installs with no installation program (one
of the requirements for the project), and is on about 50 machines, so
I don't want to have to add and register another dll, or ocx if
possible. I found an example on how to see if the app was running,
but uses a dll that would have to be registered on every machine to
work.
Any help would be greatly appreciated
Comment