Search found 4 matches

by zixi0007
Wed Sep 25, 2013 10:27 pm
Forum: Module / Plugin Programming
Topic: Simple OSD tutorial
Replies: 5
Views: 28170

Re: Simple OSD tutorial

I still can not solve this problem, My boss please to give a c++ OSD example.
:( :( :( :(
by zixi0007
Wed Jun 05, 2013 7:18 am
Forum: Module / Plugin Programming
Topic: How can OSD show text with c++
Replies: 3
Views: 16558

Re: How can OSD show text with c++

Any one who can help me. I can't see the OSD text with the following codes! I don't know what is wrong with the codes. :? CWnd *pWnd = CWnd::FromHandle(hwndDD); bmSurface = (HBITMAP)SendMessage(hwndDD, WM_MODULE_MSG, DDMODAPI_OSD_GET_SURFACE_BITMAP, surface_id); // get bitmap WCHAR* m_sshow ; m_ssho...
by zixi0007
Wed May 22, 2013 7:40 am
Forum: Module / Plugin Programming
Topic: How can OSD show text with c++
Replies: 3
Views: 16558

How can OSD show text with c++

This is my code of osd show. But I don't know how to do. Any one who can help me! TOSDSurface osd; osd.dwSize = sizeof(osd); osd.dwHeight = 50; osd.dwWidth = 400; osd.dwTop = 1; osd.dwLeft = 1; osd.Transparency = 1; int hOSD = SendMessage(hwndDD, WM_MODULE_MSG, DDMODAPI_OSD_CREATE_SURFACE, (LPARAM)&...
by zixi0007
Tue May 21, 2013 6:21 am
Forum: Module / Plugin Programming
Topic: Simple OSD tutorial
Replies: 5
Views: 28170

Re: Simple OSD tutorial

Could you please tell me how to create and destroy OSD with C++ or give me a sample? Because I don't know about delphi. Many thanks.

Go to advanced search