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

C#

 
GeneralRe: Take picture from Webcam (problem) Pin
S K Y14-Jun-09 19:14
S K Y14-Jun-09 19:14 
QuestionWebBrowser in VS2008 Pin
trinm198714-Jun-09 14:56
trinm198714-Jun-09 14:56 
AnswerRe: WebBrowser in VS2008 Pin
Christian Graus14-Jun-09 17:52
protectorChristian Graus14-Jun-09 17:52 
AnswerRe: WebBrowser in VS2008 Pin
trinm198714-Jun-09 20:29
trinm198714-Jun-09 20:29 
QuestionDisplay a grid of all character of a font Pin
baranils14-Jun-09 12:04
baranils14-Jun-09 12:04 
AnswerRe: Display a grid of all character of a font Pin
PIEBALDconsult14-Jun-09 15:12
mvePIEBALDconsult14-Jun-09 15:12 
AnswerRe: Display a grid of all character of a font Pin
_Maxxx_14-Jun-09 15:21
professional_Maxxx_14-Jun-09 15:21 
GeneralRe: Display a grid of all character of a font Pin
Luc Pattyn14-Jun-09 15:29
sitebuilderLuc Pattyn14-Jun-09 15:29 
GeneralRe: Display a grid of all character of a font Pin
_Maxxx_14-Jun-09 16:56
professional_Maxxx_14-Jun-09 16:56 
GeneralRe: Display a grid of all character of a font Pin
Luc Pattyn14-Jun-09 16:58
sitebuilderLuc Pattyn14-Jun-09 16:58 
GeneralRe: Display a grid of all character of a font Pin
_Maxxx_14-Jun-09 19:07
professional_Maxxx_14-Jun-09 19:07 
GeneralRe: Display a grid of all character of a font Pin
baranils14-Jun-09 19:46
baranils14-Jun-09 19:46 
GeneralRe: Display a grid of all character of a font Pin
Member 400112014-Jun-09 23:45
Member 400112014-Jun-09 23:45 
QuestionC# ToolstripMenu question Pin
Dj_AviAtriX14-Jun-09 12:00
Dj_AviAtriX14-Jun-09 12:00 
AnswerRe: C# ToolstripMenu question Pin
I Believe In GOD14-Jun-09 12:29
I Believe In GOD14-Jun-09 12:29 
GeneralRe: C# ToolstripMenu question Pin
Dj_AviAtriX14-Jun-09 12:38
Dj_AviAtriX14-Jun-09 12:38 
QuestionHow to update cell in Datagrid Pin
E_Gold14-Jun-09 7:24
E_Gold14-Jun-09 7:24 
AnswerRe: How to update cell in Datagrid Pin
I Believe In GOD14-Jun-09 10:49
I Believe In GOD14-Jun-09 10:49 
Questionink sdk application Pin
radhikasharma14-Jun-09 6:59
radhikasharma14-Jun-09 6:59 
AnswerRe: ink sdk application Pin
OriginalGriff14-Jun-09 9:30
mveOriginalGriff14-Jun-09 9:30 
QuestionSamples To Bytes Pin
dSolariuM14-Jun-09 6:53
dSolariuM14-Jun-09 6:53 
AnswerRe: Samples To Bytes [modified] Pin
molesworth14-Jun-09 8:07
molesworth14-Jun-09 8:07 
That's not exactly easy, and will depend on factors like the number of channels, and the compression level used. If you're using variable bit rate compression, it gets even more complicated.

Ideally, you should start by learning about the mp3 format. A good source of info is http://www.mp3-tech.org/[^], particularly in their "Programmer's Corner" section. I wrote my first decoder based mostly on what I learned there.

PS - if you're writing mp3 software, C# may not be the best tool for the job...

There are three kinds of people in the world - those who can count and those who can't...

modified on Sunday, June 14, 2009 2:26 PM

QuestionHow to restart Console Application at Main Method Pin
Serpendiem14-Jun-09 6:46
Serpendiem14-Jun-09 6:46 
AnswerRe: How to restart Console Application at Main Method Pin
Eddy Vluggen14-Jun-09 8:19
professionalEddy Vluggen14-Jun-09 8:19 
AnswerRe: How to restart Console Application at Main Method Pin
I Believe In GOD14-Jun-09 10:50
I Believe In GOD14-Jun-09 10:50 

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.