![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Oct 2006
Posts: 1
Rep Power: 0
![]() |
Hi all,
I just got me a new USB headset, its quite good and everything, got a mic, its ok, just one thing, i want ti connected all the time, because its just convinient. The only thing is that my PC will only output to one of the two sound devices (the headset or my soundcard/speakers), this can only be changed by going in to control panel - sounds/audio devices and changing the default playback device to the desired one... This is ok, its a total of about 5 clicks to get there, but it would be nice if i had some little app or shortcut to be able to swap between the two.... Im sure it could be done with a little bit of programming, but my C# knowledge goes about as far as.... printf("I suck"); Any ideas? cheers, dragon |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Look into WSH (Windows Scripting Host). You can use VBScript (or Perlscript) to automate what those clicks do.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 | |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
Quote:
![]()
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
|
#4 |
|
Expert Programmer
|
Theres a simple scriping language called AutoIt. You can get it to "push keys" and do mouse clicks and other cool stuff. It should only be about 5-10 lines in AutoIt.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Questions about extra Sound and Graphics libraries | Soulstorm | C++ | 2 | May 15th, 2006 10:42 AM |
| Smart Device Application how to load data from xml | MeBia | C# | 2 | Feb 9th, 2006 8:48 AM |
| creating an application that stands between the browser and the serve | ronias | Visual Basic | 5 | Oct 30th, 2005 4:22 PM |
| apt-get based application | J_K9 | Project Ideas | 0 | Oct 20th, 2005 10:58 AM |
| turning integers into sound? | clam | Visual Basic .NET | 2 | Aug 23rd, 2005 1:28 PM |