Click here to Skip to main content
15,907,392 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to have program respond to code created button Pin
Jordanwb30-Nov-07 2:49
Jordanwb30-Nov-07 2:49 
GeneralRe: How to have program respond to code created button Pin
Luc Pattyn30-Nov-07 2:59
sitebuilderLuc Pattyn30-Nov-07 2:59 
QuestionQuestion about the number of Controls in a Form Pin
chinajuanbob29-Nov-07 14:34
chinajuanbob29-Nov-07 14:34 
AnswerRe: Question about the number of Controls in a Form Pin
Christian Graus29-Nov-07 14:38
protectorChristian Graus29-Nov-07 14:38 
AnswerRe: Question about the number of Controls in a Form Pin
Anthony Mushrow29-Nov-07 14:47
professionalAnthony Mushrow29-Nov-07 14:47 
GeneralRe: Question about the number of Controls in a Form Pin
Brady Kelly29-Nov-07 18:14
Brady Kelly29-Nov-07 18:14 
JokeRe: Question about the number of Controls in a Form Pin
Luc Pattyn29-Nov-07 15:54
sitebuilderLuc Pattyn29-Nov-07 15:54 
QuestionAccessing embeded resources Pin
shea85129-Nov-07 13:52
shea85129-Nov-07 13:52 
Hello,

I'm trying embed an mp3 in my file, and when the program is run, it'll read all the bytes of the embedded mp3 and create the file in a temp folder, then I can play it with sound player.

Here's my code that doesn't work because of "Illegal characters in path"


File.WriteAllBytes(@"C:\temp\test.mp3", File.ReadAllBytes(mp3practice.Properties.Resources.test));


I'm guessing that I need to open a stream to the resource? Am I on the right track? Any help would be appreciated, thanks.
AnswerRe: Accessing embeded resources Pin
Anthony Mushrow29-Nov-07 14:43
professionalAnthony Mushrow29-Nov-07 14:43 
AnswerRe: Accessing embeded resources Pin
ChrisKo30-Nov-07 9:57
ChrisKo30-Nov-07 9:57 
QuestionCaller Id Pin
Gopal.S29-Nov-07 13:30
Gopal.S29-Nov-07 13:30 
AnswerRe: Caller Id Pin
Christian Graus29-Nov-07 14:40
protectorChristian Graus29-Nov-07 14:40 
GeneralRe: Caller Id Pin
Gopal.S29-Nov-07 17:07
Gopal.S29-Nov-07 17:07 
AnswerRe: Caller Id Pin
MickCurley29-Nov-07 15:29
MickCurley29-Nov-07 15:29 
AnswerRe: Caller Id Pin
NassosReyzidis29-Nov-07 20:53
NassosReyzidis29-Nov-07 20:53 
QuestionMemory management Pin
RussBus29-Nov-07 11:27
RussBus29-Nov-07 11:27 
AnswerRe: Memory management Pin
led mike29-Nov-07 11:54
led mike29-Nov-07 11:54 
GeneralRe: Memory management Pin
Paul Conrad29-Nov-07 12:20
professionalPaul Conrad29-Nov-07 12:20 
AnswerRe: Memory management Pin
Guffa29-Nov-07 13:41
Guffa29-Nov-07 13:41 
Questionhow to avoid postbacks Pin
ShaikhAffi29-Nov-07 11:23
ShaikhAffi29-Nov-07 11:23 
AnswerDon't repost your question Pin
led mike29-Nov-07 11:39
led mike29-Nov-07 11:39 
AnswerRe: how to avoid postbacks Pin
PIEBALDconsult29-Nov-07 14:22
mvePIEBALDconsult29-Nov-07 14:22 
JokeRe: how to avoid postbacks Pin
Anthony Mushrow29-Nov-07 14:50
professionalAnthony Mushrow29-Nov-07 14:50 
GeneralRe: how to avoid postbacks Pin
ShaikhAffi29-Nov-07 23:03
ShaikhAffi29-Nov-07 23:03 
Questionwhat functions could I use to get this effect in C#???? Pin
para para29-Nov-07 11:00
para para29-Nov-07 11:00 

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.