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

C#

 
GeneralRe: Net Send Emulator Pin
Heath Stewart12-Nov-03 8:59
protectorHeath Stewart12-Nov-03 8:59 
GeneralRe: Net Send Emulator Pin
obelisk2912-Nov-03 9:02
obelisk2912-Nov-03 9:02 
GeneralRe: Net Send Emulator Pin
obelisk2912-Nov-03 10:01
obelisk2912-Nov-03 10:01 
GeneralRe: Net Send Emulator Pin
Heath Stewart12-Nov-03 10:30
protectorHeath Stewart12-Nov-03 10:30 
GeneralRe: Net Send Emulator Pin
obelisk2912-Nov-03 10:38
obelisk2912-Nov-03 10:38 
GeneralRe: Net Send Emulator Pin
Heath Stewart12-Nov-03 10:44
protectorHeath Stewart12-Nov-03 10:44 
GeneralRe: Net Send Emulator Pin
mhmoud rawas13-Nov-03 0:28
mhmoud rawas13-Nov-03 0:28 
GeneralC# App video control Pin
antoine@orchus-tech12-Nov-03 6:19
antoine@orchus-tech12-Nov-03 6:19 
Hi!

I'm writing an WinForm app in c# with VS2002 on win2000sp3 with mediaplayer9.

I have a Windows Media Player control that I added to my controlsbox
by going into the COM controls tab. This winmedplayer is embedded in the WinForm,
much like the 'Play' button, of course.

The problem I have is that whenever the application starts, it creates an exterior
Windows Media Player window that then loads the video and plays it in its own window.
My application just sits there behind with its own embedded media control that doesn't do
anything.

Here is the code for the load event of th app.:

private void frmMain_Load(object sender, System.EventArgs e)<br />
{<br />
              string location;<br />
          location = "C:\\Documents and Settings\\Administrateur\\Mes documents\\My Work\\Recherche et Developpement\\Videos et Audios\\Vidéo\\Q.AVI";<br />
          axWinMedPlayer.openPlayer(location);<br />
    }


So my question is: how may I play the video in the Windows Media Control that is embedded on my
Windows Form? -instead of having it played in a new Windows Media Player window independant of my app winform...

Thanks! Smile | :)

Antoine



This by our hands that dream,
"I shall find a way or make one!"
GeneralRe: C# App video control Pin
Heath Stewart12-Nov-03 8:36
protectorHeath Stewart12-Nov-03 8:36 
GeneralRe: C# App video control Pin
antoine@orchus-tech14-Nov-03 6:56
antoine@orchus-tech14-Nov-03 6:56 
QuestionNeed Help? Pin
Chathura12-Nov-03 6:07
Chathura12-Nov-03 6:07 
AnswerRe: Need Help? Pin
Heath Stewart12-Nov-03 8:44
protectorHeath Stewart12-Nov-03 8:44 
AnswerRe: Need Help? Pin
leppie12-Nov-03 16:53
leppie12-Nov-03 16:53 
GeneralCOM+ serviced component registration Pin
CillyMe12-Nov-03 4:44
CillyMe12-Nov-03 4:44 
GeneralRe: COM+ serviced component registration Pin
Giles12-Nov-03 10:59
Giles12-Nov-03 10:59 
GeneralAbout images convertion Pin
Anonymous12-Nov-03 4:07
Anonymous12-Nov-03 4:07 
GeneralRe: About images convertion Pin
Bill Priess12-Nov-03 5:52
Bill Priess12-Nov-03 5:52 
GeneralRe: About images convertion Pin
mhmoud rawas13-Nov-03 0:39
mhmoud rawas13-Nov-03 0:39 
GeneralRe: About images convertion Pin
Anonymous13-Nov-03 23:55
Anonymous13-Nov-03 23:55 
GeneralCreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut312-Nov-03 2:10
ex3cut312-Nov-03 2:10 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
Heath Stewart12-Nov-03 3:37
protectorHeath Stewart12-Nov-03 3:37 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut312-Nov-03 4:12
ex3cut312-Nov-03 4:12 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
Heath Stewart12-Nov-03 4:40
protectorHeath Stewart12-Nov-03 4:40 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
ex3cut312-Nov-03 23:21
ex3cut312-Nov-03 23:21 
GeneralRe: CreateMailbox CDO, in Webservices with IIS 6 Pin
Heath Stewart13-Nov-03 3:06
protectorHeath Stewart13-Nov-03 3:06 

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.