Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
GeneralRe: About A notifyicon without a form Pin
Amir Jalaly1-Jan-06 20:38
Amir Jalaly1-Jan-06 20:38 
GeneralRe: About A notifyicon without a form Pin
Dave Kreskowiak2-Jan-06 10:48
mveDave Kreskowiak2-Jan-06 10:48 
GeneralRe: About A notifyicon without a form Pin
Amir Jalaly2-Jan-06 19:38
Amir Jalaly2-Jan-06 19:38 
GeneralRe: About A notifyicon without a form Pin
Dave Kreskowiak3-Jan-06 2:18
mveDave Kreskowiak3-Jan-06 2:18 
QuestionSQL and AD Pin
MAGrimsley31-Dec-05 19:58
MAGrimsley31-Dec-05 19:58 
AnswerRe: SQL and AD Pin
Dave Kreskowiak1-Jan-06 7:16
mveDave Kreskowiak1-Jan-06 7:16 
QuestionHow Bind Event Handler For Dynamic Link Button Pin
nomemna31-Dec-05 14:17
nomemna31-Dec-05 14:17 
QuestionGraphic on Windows Media Player Pin
totagi31-Dec-05 3:17
totagi31-Dec-05 3:17 
Hi,

I'm an italian student.
I've a problem with Windows Media Player component.

I've a Windows Media Player component axWindowsMediaPlayer1 in a form.

I create a graphic on player component:

Graphics dc = this.axWindowsMediaPlayer1.CreateGraphics();<br />
<br />
  Color cPen = Color.Red;<br />
  float wPen = 2F;<br />
  Pen pen1 = new Pen(cPen, this.wPen);<br />
<br />
  Rectangle area = new Rectangle(new Point(x, y), new Size(h, l));<br />
<br />
  dc.DrawEllipse(pen1, area);


I view the graphic normally, but if I set the URL property of player component with

this.axWindowsMediaPlayer1.URL = "video01.wmv";

the video overwrite the graphic.
I need that the graphic is over the windows media player component, but I not be able to this.

Please help me. Thanks.

P.S.: Scuse me for my english.

Giuseppe T.
AnswerRe: Graphic on Windows Media Player Pin
mikailcetinkaya1-Jan-06 7:01
mikailcetinkaya1-Jan-06 7:01 
QuestionThreads Pin
Bassam Saoud31-Dec-05 1:11
Bassam Saoud31-Dec-05 1:11 
AnswerRe: Threads Pin
Jared Parsons31-Dec-05 6:31
Jared Parsons31-Dec-05 6:31 
GeneralRe: Threads Pin
Bassam Saoud31-Dec-05 8:00
Bassam Saoud31-Dec-05 8:00 
GeneralRe: Threads Pin
Ravi Bhavnani31-Dec-05 8:11
professionalRavi Bhavnani31-Dec-05 8:11 
GeneralRe: Threads Pin
Bassam Saoud31-Dec-05 8:44
Bassam Saoud31-Dec-05 8:44 
GeneralRe: Threads Pin
Ravi Bhavnani31-Dec-05 9:05
professionalRavi Bhavnani31-Dec-05 9:05 
GeneralRe: Threads Pin
Bassam Saoud31-Dec-05 9:37
Bassam Saoud31-Dec-05 9:37 
GeneralRe: Threads Pin
Jared Parsons31-Dec-05 13:09
Jared Parsons31-Dec-05 13:09 
GeneralRe: Threads Pin
Igor Vigdorchik31-Dec-05 13:40
Igor Vigdorchik31-Dec-05 13:40 
GeneralRe: Threads Pin
AndrewPeters31-Dec-05 14:34
AndrewPeters31-Dec-05 14:34 
GeneralRe: Threads Pin
Igor Vigdorchik31-Dec-05 14:51
Igor Vigdorchik31-Dec-05 14:51 
GeneralRe: Threads Pin
AndrewPeters31-Dec-05 15:16
AndrewPeters31-Dec-05 15:16 
GeneralRe: Threads Pin
Igor Vigdorchik31-Dec-05 15:29
Igor Vigdorchik31-Dec-05 15:29 
GeneralRe: Threads Pin
Bassam Saoud1-Jan-06 0:38
Bassam Saoud1-Jan-06 0:38 
QuestionFolder View Pin
rakesh_nits30-Dec-05 19:26
rakesh_nits30-Dec-05 19:26 
AnswerRe: Folder View Pin
Dave Kreskowiak31-Dec-05 5:26
mveDave Kreskowiak31-Dec-05 5:26 

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.