Hello people,
I was looking for a solution to put transparent text over vedio. first I just created a simple lable and put it over media player control but when the movie playes it would disappear.
Then I created a transparent form and put text in it but using transparency reulted in jagged edges! I am unable to find a solution.Please suggest.
Is there anyway to put transparent text over vedio (playing) Please le me know
tom brown
22-05-2003 at 11:32 PM
|
vbgen Level: Moderator Registered: 10-10-2002 Posts: 876
Re: Text Over Vedio
what kind of video are you using? i mean, what component are you using, a custom control, or something like windows media player ocx?
____________________________
Been busy trying to take a second degree <--it's not working out...
23-05-2003 at 03:42 PM
|
sajoo Level: Big Cheese Registered: 17-05-2003 Posts: 22
Re: Text Over Vedio
HI ALL I AM ALSO INTRESTED IN THIS MATTER
CAN WE SHOW TEXT IN MEDIA PLAYER??
"USING MEDIA PLAYER CONTROLS"
____________________________
sajoo
23-05-2003 at 09:38 PM
|
tom_anu007 Level: Guest
Re: Text Over Vedio
Hello ,
I'll be using Media player control.
I know that there is a property in the control of "captioning". What it does it just leave some balnk space below.I don't want that. I want the text to appear over the vedio (transparent ,crisp and smooth). That's it
tom
24-05-2003 at 02:55 AM
|
F4usT Level: Guest
Re: Text Over Vedio
try using OutText (or TextOut) api function. I thnig usage is
OutText something.hdc,x,y,"text",len(text)