Click here to Skip to main content
15,891,657 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to clear MemoryStream ? Pin
Bassam Saoud2-Sep-08 11:51
Bassam Saoud2-Sep-08 11:51 
AnswerRe: How to clear MemoryStream ? Pin
Mohammad Dayyan2-Sep-08 13:00
Mohammad Dayyan2-Sep-08 13:00 
GeneralRe: How to clear MemoryStream ? Pin
Saikek2-Sep-08 18:22
Saikek2-Sep-08 18:22 
GeneralRe: How to clear MemoryStream ? Pin
Dave Kreskowiak2-Sep-08 18:41
mveDave Kreskowiak2-Sep-08 18:41 
GeneralRe: How to clear MemoryStream ? Pin
Saikek2-Sep-08 20:31
Saikek2-Sep-08 20:31 
GeneralRe: How to clear MemoryStream ? Pin
Santhosh Thakur12-Oct-11 1:36
Santhosh Thakur12-Oct-11 1:36 
QuestionMy sound stops playing when the form loses focus Pin
DemonicDominic2-Sep-08 10:04
DemonicDominic2-Sep-08 10:04 
AnswerRe: My sound stops playing when the form loses focus Pin
leckey2-Sep-08 10:36
leckey2-Sep-08 10:36 
Found this in the CP archives:

DirectSound plays only when the window which is passed to SetCooperativeLevel,
is foreground. If it passes to background, the playback stops until again the wnd becomes foreground. Unfortunately, this is the way how DirectSoundBuffer works.

PlaySound API is process-wise (application-wise). Two (or more) processes can play sounds simultaneously but a single application can play one sound in a given time period. How intensively your app is going to play/stop sounds? (If it's not so intensive, maybe creating a child process per sound would do).
...

Blog link to be reinstated at a later date.

AnswerRe: My sound stops playing when the form loses focus Pin
oobimoo2-Sep-08 10:37
oobimoo2-Sep-08 10:37 
QuestionRun executable Pin
netDeveloper2-Sep-08 9:55
netDeveloper2-Sep-08 9:55 
QuestionSaving and Loading Information from a form Pin
Chris Kentlea2-Sep-08 9:44
Chris Kentlea2-Sep-08 9:44 
AnswerRe: Saving and Loading Information from a form Pin
Pete O'Hanlon2-Sep-08 10:13
mvePete O'Hanlon2-Sep-08 10:13 
AnswerRe: Saving and Loading Information from a form Pin
MarkB7772-Sep-08 12:58
MarkB7772-Sep-08 12:58 
GeneralRe: Saving and Loading Information from a form Pin
Chris Kentlea3-Sep-08 7:29
Chris Kentlea3-Sep-08 7:29 
GeneralRe: Saving and Loading Information from a form Pin
MarkB7773-Sep-08 12:58
MarkB7773-Sep-08 12:58 
GeneralRe: Saving and Loading Information from a form Pin
Chris Kentlea4-Sep-08 8:18
Chris Kentlea4-Sep-08 8:18 
GeneralRe: Saving and Loading Information from a form Pin
MarkB7774-Sep-08 12:17
MarkB7774-Sep-08 12:17 
Questionconnect to dataase Pin
NiloofarNoroozi2-Sep-08 7:46
NiloofarNoroozi2-Sep-08 7:46 
AnswerRe: connect to dataase Pin
Blue_Boy2-Sep-08 8:05
Blue_Boy2-Sep-08 8:05 
AnswerRe: connect to dataase Pin
Kevin Marois2-Sep-08 8:12
professionalKevin Marois2-Sep-08 8:12 
GeneralRe: connect to dataase Pin
NiloofarNoroozi2-Sep-08 9:36
NiloofarNoroozi2-Sep-08 9:36 
AnswerCP IGNORE Pin
leckey2-Sep-08 10:33
leckey2-Sep-08 10:33 
GeneralRe: CP DO NOT IGNORE Pin
Bassam Saoud2-Sep-08 11:55
Bassam Saoud2-Sep-08 11:55 
GeneralRe: CP DO NOT IGNORE Pin
leckey2-Sep-08 14:28
leckey2-Sep-08 14:28 
GeneralRe: CP DO NOT IGNORE Pin
Bassam Saoud2-Sep-08 17:20
Bassam Saoud2-Sep-08 17: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.