Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > start the sidebar programmatically in a hidden mode

Reply
Thread Tools Display Modes

start the sidebar programmatically in a hidden mode

 
 
A G V
Guest
Posts: n/a

 
      09-14-2009

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.
 
Reply With Quote
 
 
 
 
Jon
Guest
Posts: n/a

 
      09-15-2009
"A G V" <> wrote in message
news:96BCFC94-3B24-4B13-B1C9-...
>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')

--
Jon

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IE8...Why is Compatibility Mode Needed on Windows Update Web Site? Aravaipa Internet Explorer 4 08-08-2009 06:08 AM
Re: Automatic Updates and wuauserve error Robert Aldwinckle Windows 64 Bit 0 08-31-2008 07:11 PM
Telephony Will Not Start Nick Windows 64 Bit 3 12-22-2007 12:21 AM
Application is running in hidden mode via the Schedule Tasks JoeP Windows Server 1 03-19-2007 11:57 AM
Cannot start kernel mode Mel Windows 64 Bit 4 12-27-2005 02:07 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59