Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
QuestionDB Pin
barhoom21016-Jun-07 7:36
barhoom21016-Jun-07 7:36 
AnswerRe: DB Pin
Justin Perez16-Jun-07 7:43
Justin Perez16-Jun-07 7:43 
QuestionSQLBulkCopy limitations? Pin
Justin Perez16-Jun-07 6:36
Justin Perez16-Jun-07 6:36 
QuestionExport data [modified] Pin
HexaDeveloper16-Jun-07 6:00
HexaDeveloper16-Jun-07 6:00 
QuestionVS2005 C# Resources Doesn't Pin
greybeard16-Jun-07 4:58
greybeard16-Jun-07 4:58 
AnswerRe: VS2005 C# Resources Doesn't Pin
Ed.Poore16-Jun-07 5:03
Ed.Poore16-Jun-07 5:03 
GeneralRe: VS2005 C# Resources Doesn't Pin
Paul Conrad16-Jun-07 8:47
professionalPaul Conrad16-Jun-07 8:47 
AnswerRe: VS2005 C# Resources Doesn't Pin
greybeard17-Jun-07 5:33
greybeard17-Jun-07 5:33 
QuestionCompletion of Mousewheel event Pin
pranu_1316-Jun-07 3:36
pranu_1316-Jun-07 3:36 
QuestionWhat is wrong here.. Pin
ComCoderCsharp16-Jun-07 3:02
ComCoderCsharp16-Jun-07 3:02 
AnswerRe: What is wrong here.. Pin
Expert Coming16-Jun-07 4:33
Expert Coming16-Jun-07 4:33 
QuestionHow to create setup using InstallShield? Pin
Affan Toor16-Jun-07 2:03
Affan Toor16-Jun-07 2:03 
AnswerRe: How to create setup using InstallShield? Pin
Expert Coming16-Jun-07 4:31
Expert Coming16-Jun-07 4:31 
QuestionGet MotherBoared serial no. Pin
Senior Software Developer16-Jun-07 1:39
Senior Software Developer16-Jun-07 1:39 
AnswerRe: Get MotherBoared serial no. Pin
Vasudevan Deepak Kumar16-Jun-07 1:54
Vasudevan Deepak Kumar16-Jun-07 1:54 
QuestionHooking & Audio functions Pin
makkura16-Jun-07 1:37
makkura16-Jun-07 1:37 
AnswerRe: Hooking & Audio functions Pin
Expert Coming16-Jun-07 2:00
Expert Coming16-Jun-07 2:00 
GeneralRe: Hooking & Audio functions Pin
makkura16-Jun-07 2:19
makkura16-Jun-07 2:19 
This is a personal project I came up with due to my distaste for Ventrillo and TeamSpeak. I dislike them because if I'm using them, I have to turn my volume down/off on other applications so I can hear the chat clearly. Then I get irritated that my music/in game sound is down when everyone is quiet.
I can't turn it back up then because if someone started talking I'd miss parts of it as I'd have to go back and turn the sound back down/off on those applications.

My goal with this project is to:
>Detect when Ventrillo / TeamSpeak / (user selected app perhaps?) is using the microphone or outputting sound.
>When the above is true (either by shared memory space or rigging some file writes/reads), other application sound (specific applications, most likely) gets any sound they output turned down so as not to interfere with chat.
>After Vent/TS/etc have finished using the mic/outputting sound (and after an appropriate wait for possible responses, etc) the sound of the applications is no longer 'hushed' (back to normal).

The point of using local-hooking rather than system-hooking is to avoid WoW's warden as it doesn't like things to interfere with WoW and I'd rather stay on the safe side. To have WoW's sound act similarly, I was planning on a simple file out so that a custom UI can read the file to tell when to moderate WoW's Master Sound down (assuming WoW's subset of LUA will allow for it).
GeneralRe: Hooking & Audio functions Pin
Expert Coming16-Jun-07 2:31
Expert Coming16-Jun-07 2:31 
GeneralRe: Hooking & Audio functions Pin
makkura16-Jun-07 2:39
makkura16-Jun-07 2:39 
QuestionHow to rename elements in a xml file Pin
Phrone16-Jun-07 1:35
Phrone16-Jun-07 1:35 
AnswerRe: How to rename elements in a xml file Pin
Affan Toor16-Jun-07 2:24
Affan Toor16-Jun-07 2:24 
GeneralRe: How to rename elements in a xml file Pin
Phrone16-Jun-07 2:35
Phrone16-Jun-07 2:35 
GeneralRe: How to rename elements in a xml file Pin
DavidNohejl16-Jun-07 2:41
DavidNohejl16-Jun-07 2:41 
GeneralRe: How to rename elements in a xml file Pin
Phrone17-Jun-07 5:19
Phrone17-Jun-07 5:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.