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

C#

 
Questionproblem with progressbar Pin
suck1234-Jan-07 8:07
suck1234-Jan-07 8:07 
AnswerRe: problem with progressbar Pin
Nader Elshehabi4-Jan-07 8:18
Nader Elshehabi4-Jan-07 8:18 
QuestionADO.NET help, editing data in a database Pin
Blekk4-Jan-07 7:59
Blekk4-Jan-07 7:59 
AnswerRe: ADO.NET help, editing data in a database Pin
Nader Elshehabi4-Jan-07 8:25
Nader Elshehabi4-Jan-07 8:25 
AnswerRe: ADO.NET help, editing data in a database Pin
led mike4-Jan-07 8:26
led mike4-Jan-07 8:26 
QuestionMagnify function Pin
Gywox4-Jan-07 7:26
Gywox4-Jan-07 7:26 
AnswerRe: Magnify function Pin
Nader Elshehabi4-Jan-07 7:50
Nader Elshehabi4-Jan-07 7:50 
QuestionStarting WMP Control from System.IO.Stream Pin
EddieRich4-Jan-07 7:15
EddieRich4-Jan-07 7:15 
I have a unique situation. I need to selectively play some mpeg videos in different sequences depending on the state of my main App. I have been able to add WMP to my form and play videos by setting URL = @"C:\path\filename.mpg". However, in the release version I cannot store the videos on the customers drive, so they must be embedded in the resources of the app. That's not the problem though.

I would like to be able to create a MemoryStream and dynamically build the "file" which will reside in memory. However, there is no way to tell the WMP control to play my System.IO.MemoryStream. I would have to save to disk and set URL = the new temporary file, and that isn't allowed.

Is there a way to point the URL at a resource in an assembly ?
If not, can I tell WMP to play a System.IO.Stream ?

AnswerRe: Starting WMP Control from System.IO.Stream Pin
Judah Gabriel Himango4-Jan-07 7:34
sponsorJudah Gabriel Himango4-Jan-07 7:34 
QuestionUnwanted changes to designer file Pin
ndoran4-Jan-07 6:22
ndoran4-Jan-07 6:22 
AnswerRe: Unwanted changes to designer file Pin
ednrgc4-Jan-07 8:37
ednrgc4-Jan-07 8:37 
GeneralRe: Unwanted changes to designer file Pin
ndoran4-Jan-07 9:54
ndoran4-Jan-07 9:54 
Questionneed to change keyed space to enter programatically Pin
pippyn4-Jan-07 5:56
pippyn4-Jan-07 5:56 
QuestionHow can I avoid a for-loop and speed up my code Pin
ComCoderCsharp4-Jan-07 5:39
ComCoderCsharp4-Jan-07 5:39 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Ravi Bhavnani4-Jan-07 5:48
professionalRavi Bhavnani4-Jan-07 5:48 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 5:59
Dan Neely4-Jan-07 5:59 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 6:27
sponsorJudah Gabriel Himango4-Jan-07 6:27 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 6:51
Dan Neely4-Jan-07 6:51 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 7:11
sponsorJudah Gabriel Himango4-Jan-07 7:11 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Dan Neely4-Jan-07 8:01
Dan Neely4-Jan-07 8:01 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 9:26
sponsorJudah Gabriel Himango4-Jan-07 9:26 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Luc Pattyn4-Jan-07 6:24
sitebuilderLuc Pattyn4-Jan-07 6:24 
AnswerRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 6:33
sponsorJudah Gabriel Himango4-Jan-07 6:33 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Luc Pattyn4-Jan-07 6:51
sitebuilderLuc Pattyn4-Jan-07 6:51 
GeneralRe: How can I avoid a for-loop and speed up my code Pin
Judah Gabriel Himango4-Jan-07 7:30
sponsorJudah Gabriel Himango4-Jan-07 7:30 

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.