Click here to Skip to main content
15,926,959 members
Home / Discussions / C#
   

C#

 
GeneralRe: Launch other program in mdi? Pin
Toreddo14-Jul-06 20:06
Toreddo14-Jul-06 20:06 
GeneralRe: Launch other program in mdi? Pin
Colin Angus Mackay14-Jul-06 21:57
Colin Angus Mackay14-Jul-06 21:57 
GeneralRe: Launch other program in mdi? Pin
Toreddo15-Jul-06 2:26
Toreddo15-Jul-06 2:26 
AnswerRe: Launch other program in mdi? Pin
stancrm14-Jul-06 23:16
stancrm14-Jul-06 23:16 
GeneralRe: Launch other program in mdi? Pin
Toreddo15-Jul-06 2:28
Toreddo15-Jul-06 2:28 
AnswerRe: Launch other program in mdi? Pin
Eran Aharonovich16-Jul-06 3:47
Eran Aharonovich16-Jul-06 3:47 
QuestionSession Variables IIS Pin
oskardiazdeleon14-Jul-06 11:01
oskardiazdeleon14-Jul-06 11:01 
AnswerRe: Session Variables IIS Pin
oskardiazdeleon23-Jul-06 12:59
oskardiazdeleon23-Jul-06 12:59 
QuestionIssues with SetNotificationPositions Pin
flend14-Jul-06 10:03
flend14-Jul-06 10:03 
Questionhow to get largest element from list Pin
_ra14-Jul-06 9:35
_ra14-Jul-06 9:35 
AnswerWrite a comparer for some object Pin
Ennis Ray Lynch, Jr.14-Jul-06 9:40
Ennis Ray Lynch, Jr.14-Jul-06 9:40 
GeneralRe: Write a comparer for some object Pin
_ra14-Jul-06 10:28
_ra14-Jul-06 10:28 
AnswerRe: Write a comparer for some object Pin
Ravi Bhavnani14-Jul-06 10:38
professionalRavi Bhavnani14-Jul-06 10:38 
AnswerRe: how to get largest element from list Pin
BoneSoft14-Jul-06 12:01
BoneSoft14-Jul-06 12:01 
QuestionHow to run any custom application from code depending upon file extension? Pin
Waqas Nasir14-Jul-06 6:54
Waqas Nasir14-Jul-06 6:54 
AnswerRe: How to run any custom application from code depending upon file extension? Pin
Andrew Lygin14-Jul-06 7:03
Andrew Lygin14-Jul-06 7:03 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Waqas Nasir14-Jul-06 7:12
Waqas Nasir14-Jul-06 7:12 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Ennis Ray Lynch, Jr.14-Jul-06 7:15
Ennis Ray Lynch, Jr.14-Jul-06 7:15 
GeneralRe: How to run any custom application from code depending upon file extension? Pin
Waqas Nasir14-Jul-06 7:20
Waqas Nasir14-Jul-06 7:20 
AnswerSend it to the shell Pin
Ennis Ray Lynch, Jr.14-Jul-06 7:04
Ennis Ray Lynch, Jr.14-Jul-06 7:04 
QuestionIdeas on how to stream audio [modified] Pin
BambooMoon14-Jul-06 6:52
BambooMoon14-Jul-06 6:52 
I have a receiver connected to the sound card of a computer through the Line In port. Currently, I have some old, unpleasant C++ code that captures the sound to a file locally. What I want to do now is to write some C# code instead that captures the sound off the sound card and uses probably UDP to send packets of the sound data to another computer, which will then play that streamed sound. I need some ideas of how to go about this, if anyone has any helpful suggestions. I would need to know:

1) How in C# to capture sound from the sound card on the system connected to the receiver.

2) How on the other machine to feed the incoming sound packets to ?? DirectSound or Windows Media Player ?? so that the user can hear it as it comes in.

It is not really a constant stream of data, like a streamed radio station (though to be quite honest I don't know how streamed radio stations work either). The user on the second computer chooses which receiver-equipped-computer he wants to connect to in order to receive sound.

I'm basically clueless on the two points above, so I would appreciate any suggestions.

-- modified at 12:52 Friday 14th July, 2006
QuestionDataset output to Label [modified] Pin
NiPsTeRs14-Jul-06 6:37
NiPsTeRs14-Jul-06 6:37 
AnswerRe: Dataset output to Label Pin
Not Active14-Jul-06 6:56
mentorNot Active14-Jul-06 6:56 
QuestionAnother byte to int question Pin
Tom Wright14-Jul-06 6:29
Tom Wright14-Jul-06 6:29 
GeneralRe: Another byte to int question Pin
Andrew Lygin14-Jul-06 7:20
Andrew Lygin14-Jul-06 7:20 

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.