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

C#

 
GeneralRe: initialize panel Pin
hpetriffer13-Mar-06 2:07
hpetriffer13-Mar-06 2:07 
QuestionNo display in picturebox Pin
Dave McCool12-Mar-06 21:58
Dave McCool12-Mar-06 21:58 
AnswerRe: No display in picturebox Pin
albCode12-Mar-06 23:20
albCode12-Mar-06 23:20 
QuestionArticle Usage Notification Pin
Prasadrn12-Mar-06 21:57
Prasadrn12-Mar-06 21:57 
QuestionHow to get element (tag) in AxWebBrowser Pin
Dima Filipiuk12-Mar-06 21:36
Dima Filipiuk12-Mar-06 21:36 
Questionhow to use drawing on word using C# Pin
sam_g112-Mar-06 21:18
sam_g112-Mar-06 21:18 
QuestionVideo Streaming Pin
ArunAntony12-Mar-06 21:07
ArunAntony12-Mar-06 21:07 
AnswerRe: Video Streaming Pin
mcljava13-Mar-06 8:20
mcljava13-Mar-06 8:20 
Arun,

The unmanaged code, is probably doing a lot of memory moves and using interprocess communication right?

Well the good news is you can do pretty much all of that in managed code but you will only be able to use the unmanaged code as a guideline. On the otherhand, you could convert it to a callable .NET DLL if you want that dependency.

I haven't done much MPEG video playback but I have dealt with reading Mp3 files which is part of MPEG2. Basically if you can read the file and then close or play it, you are halfway there. Adding the network component can then be layered in.

The DirectDraw API is built on GDI so to use it you should already be familar with GDI concepts. If not that's a good place to start.

Good luck

Mike Luster
CTI/IVR/Telephony SME
QuestionNeed Help regarding RTTI Pin
Taimoor Mirza12-Mar-06 20:43
Taimoor Mirza12-Mar-06 20:43 
AnswerRe: Need Help regarding RTTI Pin
Colin Angus Mackay12-Mar-06 21:45
Colin Angus Mackay12-Mar-06 21:45 
QuestionHow to open an internet connection Pin
ventomito12-Mar-06 20:22
ventomito12-Mar-06 20:22 
AnswerRe: How to open an internet connection Pin
Divyang Mithaiwala13-Mar-06 4:42
Divyang Mithaiwala13-Mar-06 4:42 
QuestionPasswing a control as parameter Pin
Brendan Vogt12-Mar-06 19:47
Brendan Vogt12-Mar-06 19:47 
QuestionHow to handle attachment in web Pin
dabuskol12-Mar-06 19:13
dabuskol12-Mar-06 19:13 
QuestionShowing HTML table in Winform Control Pin
Mukesh Kumar Gupta12-Mar-06 17:54
Mukesh Kumar Gupta12-Mar-06 17:54 
AnswerRe: Showing HTML table in Winform Control Pin
J. Dunlap12-Mar-06 18:05
J. Dunlap12-Mar-06 18:05 
GeneralRe: Showing HTML table in Winform Control Pin
Mukesh Kumar Gupta12-Mar-06 19:13
Mukesh Kumar Gupta12-Mar-06 19:13 
QuestionLoad report failed Pin
abja12-Mar-06 17:48
abja12-Mar-06 17:48 
QuestionAnnoying new code folding feature in Sharpdevelop 2.0 Pin
Allah On Acid12-Mar-06 15:42
Allah On Acid12-Mar-06 15:42 
QuestionStatus Bar Pin
Sean8912-Mar-06 14:44
Sean8912-Mar-06 14:44 
AnswerRe: Status Bar Pin
jklucker12-Mar-06 15:16
jklucker12-Mar-06 15:16 
GeneralRe: Status Bar Pin
Sean8912-Mar-06 16:06
Sean8912-Mar-06 16:06 
AnswerRe: Status Bar Pin
mcljava12-Mar-06 15:38
mcljava12-Mar-06 15:38 
QuestionhDC problem Pin
IceWater4212-Mar-06 14:35
IceWater4212-Mar-06 14:35 
AnswerRe: hDC problem Pin
DigitalKing12-Mar-06 15:33
DigitalKing12-Mar-06 15:33 

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.