start the sidebar programmatically in a hidden mode

A

A G V

I need to start the sidebar programmatically [ ShellExecute/CreateProcess].
However, I just want the sidebar icon to appear in the systray.

The actual sidebar windows should not be visible.

I tried using ShowWindow(hWnd,SW_HIDE). Sidebar doesn't respond to it.
 
J

Jon

A G V said:
I need to start the sidebar programmatically [ ShellExecute/CreateProcess].
However, I just want the sidebar icon to appear in the systray.

The actual sidebar windows should not be visible.

I tried using ShowWindow(hWnd,SW_HIDE). Sidebar doesn't respond to it.



You could perhaps start the process and send a 'close' command to it (ie the
programmatic equivalent of choosing 'Close sidebar')
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top