Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Now I have problem programming about display string on video.I mean (AxLIVEXLib.AxLiveX). After I view video on it which is recorded from somewhere. and I want to display something on this video. I tried many ways to do it,but nothing. Finally I need your help. Could anybody help me out?, is it possible to do that?

I will appreciate you all much if you could help me out :)

and this is my code
C#
private void axLiveX1_OnGetPicture_1(object sender, AxLIVEXLib._DLiveXEvents_OnGetPictureEvent e)
{
    axLiveX1.SetToolTipX("Hello World");
    axLiveX1.ShowTipMessage(true);
}


this is my image and code about that http://www.mediafire.com/download/zipi9nmjvg5i9w0/And_this_is_my_code.rar
Posted
Updated 30-Aug-14 5:04am
v4
Comments
Sergey Alexandrovich Kryukov 31-Aug-14 15:09pm    
This is easy to do in WPF and extremely difficult in Forms. If you seriously need such features and cannot do some work around without layering any graphics on top of video, it could be a good reason to switch to WPF.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900