vb.net - Overlay a label on an axwindowsmediaplayer control while in fullscreen mode? -


as title suggests, i'd overlay label on axwindowsmediaplayer control while in fullscreen mode.

has idea how it?

thanks,

joe

i did by...

  1. creating 2 forms.1 media player set ever size needed
  2. the second form with...

    formborderstyle = none form2.left = form1.left + form1.mediaplayer.left  form2.top = form1.top +  form1.mediaplayer.top  
  3. lower opacity 70 or if want in code..

    form2.opacity=0.7  
  4. put text or in second form .

the final effect cool shade effect text in media playing in background.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -