Click here to Skip to main content
15,895,740 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to copy a string into a byte[] Pin
lmoelleb24-Apr-07 1:24
lmoelleb24-Apr-07 1:24 
GeneralRe: How to copy a string into a byte[] Pin
GDavy24-Apr-07 1:26
GDavy24-Apr-07 1:26 
QuestionProblem in trying to hide MenuStipItems from a static function Pin
Rocky#24-Apr-07 1:11
Rocky#24-Apr-07 1:11 
AnswerRe: Problem in trying to hide MenuStipItems from a static function Pin
kubben24-Apr-07 2:02
kubben24-Apr-07 2:02 
QuestionHow can I scroll to the beginning of a treeView? Pin
AngryC24-Apr-07 1:09
AngryC24-Apr-07 1:09 
QuestionDynamic Creation of field objects/section in Crystal report Pin
renjithgk24-Apr-07 0:42
renjithgk24-Apr-07 0:42 
AnswerRe: Dynamic Creation of field objects/section in Crystal report Pin
Rocky#24-Apr-07 1:14
Rocky#24-Apr-07 1:14 
Questioncan we get the ID's of the corresponding checkbox when the checkbox is checked? [modified] Pin
tirumal123124-Apr-07 0:28
tirumal123124-Apr-07 0:28 
Questionurgent Pin
ram.rnkvs24-Apr-07 0:25
ram.rnkvs24-Apr-07 0:25 
AnswerRe: urgent Pin
Keshav V. Kamat24-Apr-07 0:27
Keshav V. Kamat24-Apr-07 0:27 
AnswerRe: urgent Pin
Keshav V. Kamat24-Apr-07 0:28
Keshav V. Kamat24-Apr-07 0:28 
AnswerRe: urgent Pin
tirumal123124-Apr-07 0:44
tirumal123124-Apr-07 0:44 
Questioncontext menu with textbox Pin
atramard24-Apr-07 0:21
atramard24-Apr-07 0:21 
AnswerRe: context menu with textbox Pin
Rocky#24-Apr-07 1:29
Rocky#24-Apr-07 1:29 
AnswerRe: context menu with textbox Pin
Venk25924-Apr-07 1:49
Venk25924-Apr-07 1:49 
NewsRe: context menu with textbox Pin
atramard24-Apr-07 2:09
atramard24-Apr-07 2:09 
AnswerRe: context menu with textbox Pin
Eagle_Wizard24-Apr-07 2:51
Eagle_Wizard24-Apr-07 2:51 
QuestionDifference Pin
yaminilatha24-Apr-07 0:16
yaminilatha24-Apr-07 0:16 
AnswerRe: Difference Pin
Keshav V. Kamat24-Apr-07 0:24
Keshav V. Kamat24-Apr-07 0:24 
GeneralRe: Difference Pin
yaminilatha24-Apr-07 0:47
yaminilatha24-Apr-07 0:47 
AnswerRe: Difference Pin
Guffa24-Apr-07 0:57
Guffa24-Apr-07 0:57 
AnswerRe: Difference Pin
Nouman Bhatti24-Apr-07 1:10
Nouman Bhatti24-Apr-07 1:10 
QuestionUrgent..How to play and stop Video files externally using WindowsApplication Pin
kraj9923-Apr-07 23:54
kraj9923-Apr-07 23:54 
Hello Everyone,

I want to open, play, pause and stop Mpeg files in WindowsMediaPlayer using Windows application.
I have added the wmp.dll(windowMediaPlayer dll) to the references. By using the WindowsMediaPlayer class, I am able to open the player
( this is how it is -
WindowsMediaPlayerClass wmPlayer = new WindowsMediaPlayerClass();

wmPlayer.openPlayer(@"C:\monkeydog.wmv"); )

, but I am not able to implement the Pause, Stop and fullscreen functionalities.
I tried these functionalities with - wmPlayer.controls.stop()and wmPlayer.controls.pause(), but this is not working fine.
Once the MediaPlayer starts, it nethier stops nor pauses.

Can someone help me out with this. Its quiet urgent.




Thanks..
Kraj
AnswerRe: Urgent..How to play and stop Video files externally using WindowsApplication Pin
Keshav V. Kamat24-Apr-07 0:08
Keshav V. Kamat24-Apr-07 0:08 
GeneralRe: Urgent..How to play and stop Video files externally using WindowsApplication Pin
kraj9924-Apr-07 0:48
kraj9924-Apr-07 0:48 

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.