Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why no compiler warning in this code? Pin
Tom Clement22-May-12 3:38
professionalTom Clement22-May-12 3:38 
GeneralRe: Why no compiler warning in this code? Pin
Sentenryu22-May-12 9:30
Sentenryu22-May-12 9:30 
Questionsearch on a particular sheet Excel workbook Pin
Maximmm21-May-12 5:30
Maximmm21-May-12 5:30 
AnswerRe: search on a particular sheet Excel workbook Pin
PIEBALDconsult21-May-12 7:11
mvePIEBALDconsult21-May-12 7:11 
GeneralRe: search on a particular sheet Excel workbook Pin
Maximmm21-May-12 7:23
Maximmm21-May-12 7:23 
GeneralRe: search on a particular sheet Excel workbook Pin
PIEBALDconsult21-May-12 7:41
mvePIEBALDconsult21-May-12 7:41 
GeneralRe: search on a particular sheet Excel workbook Pin
Maximmm21-May-12 7:45
Maximmm21-May-12 7:45 
GeneralRe: search on a particular sheet Excel workbook Pin
PIEBALDconsult21-May-12 7:51
mvePIEBALDconsult21-May-12 7:51 
GeneralRe: search on a particular sheet Excel workbook Pin
Maximmm21-May-12 7:55
Maximmm21-May-12 7:55 
GeneralRe: search on a particular sheet Excel workbook Pin
Maximmm21-May-12 7:50
Maximmm21-May-12 7:50 
GeneralRe: search on a particular sheet Excel workbook Pin
PIEBALDconsult21-May-12 7:52
mvePIEBALDconsult21-May-12 7:52 
GeneralRe: search on a particular sheet Excel workbook Pin
Maximmm21-May-12 7:53
Maximmm21-May-12 7:53 
GeneralRe: search on a particular sheet Excel workbook Pin
PIEBALDconsult21-May-12 9:03
mvePIEBALDconsult21-May-12 9:03 
AnswerRe: search on a particular sheet Excel workbook Pin
Mycroft Holmes21-May-12 12:36
professionalMycroft Holmes21-May-12 12:36 
GeneralRe: search on a particular sheet Excel workbook Pin
Maximmm21-May-12 12:39
Maximmm21-May-12 12:39 
GeneralRe: search on a particular sheet Excel workbook Pin
Mycroft Holmes21-May-12 13:02
professionalMycroft Holmes21-May-12 13:02 
GeneralRe: search on a particular sheet Excel workbook Pin
Maximmm21-May-12 13:05
Maximmm21-May-12 13:05 
QuestionEnregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
pogrebnyak21-May-12 3:27
pogrebnyak21-May-12 3:27 
AnswerRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
Pete O'Hanlon21-May-12 4:18
mvePete O'Hanlon21-May-12 4:18 
GeneralRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
pogrebnyak21-May-12 5:52
pogrebnyak21-May-12 5:52 
AnswerRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
Eddy Vluggen21-May-12 4:41
professionalEddy Vluggen21-May-12 4:41 
GeneralRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
pogrebnyak21-May-12 5:50
pogrebnyak21-May-12 5:50 
AnswerRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
Eddy Vluggen21-May-12 6:14
professionalEddy Vluggen21-May-12 6:14 
Direct communication with a port is prohibited under Windows, you'd need a driver to talk to. We got an article[^] on that, of course.

The hard part won't be fetching the data, nor writing the data to some database. The hard part will be to transform those bits to some music-format, like wav or mp3. No, that's not a trivial task, and is usually done by the drivers of the sound card. Our applications usually speak with those drivers, using Windows' API, not with the machine directly.

If you're going to speak to some machine, you'll have to be able to speak it's language - meaning that there's a manual somewhere explaining how the data that you're receiving is encoded.
Bastard Programmer from Hell Suspicious | :suss:

GeneralRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
pogrebnyak21-May-12 23:54
pogrebnyak21-May-12 23:54 
AnswerRe: Enregistrer le Son sous forme Numérique dés Le port paralléle du pc avec c # sur la base de données Pin
Eddy Vluggen22-May-12 0:46
professionalEddy Vluggen22-May-12 0:46 

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.