Tagged Questions

0
votes
0answers
37 views

Why dual license software? [closed]

Possible Duplicate: What happens when open source software has two or more licenses? I have always wondered why some software or scripts like jQuery dual license themselves with MIT and GPL …
1
vote
8answers
148 views

Is there any way to make a dual executable file for Mac/Windows?

I'm looking for a way to make a dual executable file for Windows/Mac. That is, I can execute the file in either OS and it would run some piece of code that I want for that OS. This code can be …
2
votes
2answers
296 views

How to set multiple desktop backgrounds (dual monitor)

I have a code snippet to set a single image across both monitors but I recently got a second monitor for my laptop and I wanted to modify my code to account for setting a diffrent image to each …
0
votes
0answers
31 views

linux box WAN failsafe configuration [closed]

OK, I have linux box with one cable WAN and GPRS modem (or lets say another WAN connection that is normally down). Is there any option to make this second link (GMPR/Ethernet/other) as backup …
6
votes
8answers
2k views

Visual Studio and dual/multiple monitors: how do I get optimized use out of my monitors?

Ultramon is a great program for dual monitors (stretching screen across monitors), but I was wondering if there is any way do to something in Visual Studio like have one tab of code open on one …
0
votes
1answer
171 views

control monitor for application via C++

I have an application that opens up IE browser windows at certain intervals throughout the day. I would like to control the monitor that the browser window opens up to (for example browser1 opens on …