Please register or login. There are 10 registered and 1716 anonymous users currently online. Current bandwidth usage: 278.40 kbit/s December 04 - 01:41pm EST 
Hardware Analysis
      
Forums Product Prices
  Contents 
 
 

  Latest Topics 
 

More >>
 

    
 
 

  You Are Here: 
 
/ Forums / Windows Vista /
 

  Dual Vista Sidebars - Can It Be Done? 
 
 Author 
 Date Written 
 Tools 
Bitmap Oct 06, 2008, 01:24pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List Replies: 16 - Views: 228
Google seems to have failed me. Does anyone know of a hack that would allow me to have multiple Vista sidebars, since I have 2 monitors? I'd rather have that than flipping through different "pages" of the sidebar.

Thanks.


________
http://www.talking-games.com (coming soon!)

"Always close your tags, but keep your API's open."
"Friends don't let friends use tables."
Want to enjoy less advertisements and more features? Click here to become a Hardware Analysis registered user.
FordGT90Concept Oct 06, 2008, 03:58pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
I don't have a Vista comp in front of me but could you check the exectuable or service that actually hosts the sidebar?

________________________
If I remember what I forgot, I have not forgotten it.
Bitmap Oct 06, 2008, 04:10pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
FordGT90Concept said:
I don't have a Vista comp in front of me but could you check the exectuable or service that actually hosts the sidebar?

Task Manager says sidebar.exe. It's located in C:\Program Files\Windows Sidebar\sidebar.exe. Opening a second instance yields no results.

________
http://www.talking-games.com (coming soon!)

"Always close your tags, but keep your API's open."
"Friends don't let friends use tables."
Bitmap Oct 06, 2008, 04:13pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
Also, copying the folder to another area, and trying to run a second instance from there, even renaming the exe to sidebar2, still nothing. It seems like this should be easy, but I can't find anything. :(

________
http://www.talking-games.com (coming soon!)

"Always close your tags, but keep your API's open."
"Friends don't let friends use tables."
Sean Costello Oct 06, 2008, 04:14pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List

Edited: Oct 06, 2008, 04:15pm EDT

 
>> Re: Dual Vista Sidebars - Can It Be Done?
this could be an extreme longshot that i highly doubt will work but try copying the sidebar.exe and paste it in another folder then rename it sidebar2.exe and then try running it

______
AMD Opteron 165 w/ Tuniq Tower 120
1GB OCZ Gold PC3200
Sapphire X850XT 256MB
DFI Ultra-D Mobo
2x80GB HDDs+500GB HDD
"If it looks like a duck and it sounds like a duck, then it could be a terrorist, either way shoot it"
Bitmap Oct 06, 2008, 04:16pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
Sean Costello said:
this could be an extreme longshot that i highly doubt will work but try copying the sidebar.exe and paste it in another folder then rename it sidebar2.exe and then try running it


Bitmap said:
Also, copying the folder to another area, and trying to run a second instance from there, even renaming the exe to sidebar2, still nothing. It seems like this should be easy, but I can't find anything. :(


Lol.

________
http://www.talking-games.com (coming soon!)

"Always close your tags, but keep your API's open."
"Friends don't let friends use tables."
Sean Costello Oct 06, 2008, 04:19pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
:X


great minds think alike <.<

______
AMD Opteron 165 w/ Tuniq Tower 120
1GB OCZ Gold PC3200
Sapphire X850XT 256MB
DFI Ultra-D Mobo
2x80GB HDDs+500GB HDD
"If it looks like a duck and it sounds like a duck, then it could be a terrorist, either way shoot it"
FordGT90Concept Oct 06, 2008, 04:30pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
What I'm reading is it has a mutex so it is impossible to run multiple instances. A mutex uses multiple references to distinguish if a process is already running--much broader than just name/location. I'm sure there is a reason why they decided to do that but, as far as I can tell, it is not possible.

________________________
If I remember what I forgot, I have not forgotten it.
MrBungle Oct 06, 2008, 04:59pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
Just code your own! here I'll help you get started:

void main (void)
{
}

Q9450 @ 3.2GHz | Asus Rampage Formula | 8GB OCZ 1066MHz DDR2
GTX 280 @ 700MHz | SB X-Fi | 2x 150GB Raptors in RAID 0
PC Power & Cooling Silencer 750 | Vista Home Premium x64
Bitmap Oct 06, 2008, 05:04pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
MrBungle said:
Just code your own! here I'll help you get started:

void main (void)
{
}


#include <iostream>

using namespace std;

void main()
{
// I would rather reverse engineer it, if I could

return ();
}

________
http://www.talking-games.com (coming soon!)

"Always close your tags, but keep your API's open."
"Friends don't let friends use tables."
MrBungle Oct 06, 2008, 05:10pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
Bitmap said:
MrBungle said:
Just code your own! here I'll help you get started:

void main (void)
{
}


#include <iostream>

using namespace std;

void main()
{
// I would rather reverse engineer it, if I could

return ();
}


Hey look you're making progress already! :)

you forgot this one:

#include <beer.h>

Q9450 @ 3.2GHz | Asus Rampage Formula | 8GB OCZ 1066MHz DDR2
GTX 280 @ 700MHz | SB X-Fi | 2x 150GB Raptors in RAID 0
PC Power & Cooling Silencer 750 | Vista Home Premium x64
FordGT90Concept Oct 06, 2008, 06:27pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
Hmm, I doubt the sidebar is integrated into the .NET 3.0 or .NET 3.5 frameworks but if it is possible, that would be where to look.

________________________
If I remember what I forgot, I have not forgotten it.
Sean Costello Oct 06, 2008, 07:37pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
MrBungle said:
Bitmap said:
MrBungle said:
Just code your own! here I'll help you get started:

void main (void)
{
}


#include <iostream>

using namespace std;

void main()
{
// I would rather reverse engineer it, if I could

return ();
}


Hey look you're making progress already! :)

you forgot this one:

#include <beer.h>



lol good stuff

______
AMD Opteron 165 w/ Tuniq Tower 120
1GB OCZ Gold PC3200
Sapphire X850XT 256MB
DFI Ultra-D Mobo
2x80GB HDDs+500GB HDD
"If it looks like a duck and it sounds like a duck, then it could be a terrorist, either way shoot it"
Gerritt Oct 06, 2008, 08:57pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
I think that sidebar.exe is actually the process used by the widgets (is that the right term?) to display within the sidebar. I had 5 widgets (?) and was running 5 instances, so I don't think this is the area to look under, a red herring.
You would have to find the underlying DLL that actually drives the sidebar instance links to the OS, then modify it to permit 2 instances or more. Have you attempted to post this to the Technet or MSDN Forums at Microsoft?

Ad Astra Per Aspera
(A rough road leads to the Stars)
We all know what we know, and everyone else knows we are wrong.
System Specifications in BIO
Bitmap Oct 06, 2008, 08:59pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
FordGT90Concept said:
Hmm, I doubt the sidebar is integrated into the .NET 3.0 or .NET 3.5 frameworks but if it is possible, that would be where to look.

I'm pretty sure it's either 2.0 or 3.0. Unless I'm mistaken (and I'm too damn lazy look it up right now) Vista shipped with 3.0. I'll do some poking around when I get home from work.

________
http://www.talking-games.com (coming soon!)

"Always close your tags, but keep your API's open."
"Friends don't let friends use tables."
Bitmap Oct 06, 2008, 09:00pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
Gerritt said:
I think that sidebar.exe is actually the process used by the widgets (is that the right term?) to display within the sidebar. I had 5 widgets (?) and was running 5 instances, so I don't think this is the area to look under, a red herring.
You would have to find the underlying DLL that actually drives the sidebar instance links to the OS, then modify it to permit 2 instances or more. Have you attempted to post this to the Technet or MSDN Forums at Microsoft?

Odd. When I looked, and I have 8 or 9 gadgets running, there was only one instance of Sidebar.exe.

________
http://www.talking-games.com (coming soon!)

"Always close your tags, but keep your API's open."
"Friends don't let friends use tables."
Gerritt Oct 06, 2008, 09:27pm EDT Reply - Quote - Report Abuse
Private Message - Add to Buddy List  
>> Re: Dual Vista Sidebars - Can It Be Done?
Sorry Bitmap, I use both the A word and the MS word.
The Gadgets that I ran that were not incorporated directly into the sidebar, but were downloaded from MS, and always opened a new instance of sidebar.exe. As I was already at 60-70+ processes, I turned mine off.

Ad Astra Per Aspera
(A rough road leads to the Stars)
We all know what we know, and everyone else knows we are wrong.
System Specifications in BIO

Write a Reply >>


 

    
 
 

  Topic Tools 
 
RSS UpdatesRSS Updates
 

  Related Articles 
 
 

  Newsletter 
 
A weekly newsletter featuring an editorial and a roundup of the latest articles, news and other interesting topics.

Please enter your email address below and click Subscribe.