自动验证码识别技术 验证码支持以下调用语言有:易语言、按键精灵、c、c++、vc、vc++、vb、vbs、vbscript、Java、Javascript、php、asp、jsp、vb.net、vc.net、c#.net、delphi.net、c#、matlab、C++Builder、VFP 如果要支持其它语言,请联系,本团队能够提供任意语言调用的库(COM,DLL,LIB等) 验证码识别,自动识别验证码,验证码识别软件,识别验证码,验证码识别系统,验证码识别库,验证码识别DLL,验证码识别COM,验证码识别技术,验证码自动输入器,自动输入验证码,游戏验证码,论坛验证码 验证码识别
验证码识别

VC Event ActiveX事件 ON_EVENT_RANGE

时间:2010-12-24 16:08来源:未知 作者:文得莉工作室 点击:
class CTPPlayerAtl : public CWnd { protected: DECLARE_DYNCREATE(CTPPlayerAtl) public: CLSID const GetClsid() { static CLSID const clsid = { 0x833FA59, 0xA823, 0x4FE1, { 0xAF, 0xD, 0xD1, 0xF0, 0x6, 0xD, 0x2F, 0xCC } }; return clsid; } virtua

class CTPPlayerAtl : public CWnd
{
protected:
 DECLARE_DYNCREATE(CTPPlayerAtl)
public:
 CLSID const& GetClsid()
 {
  static CLSID const clsid
   = { 0x833FA59, 0xA823, 0x4FE1, { 0xAF, 0xD, 0xD1, 0xF0, 0x6, 0xD, 0x2F, 0xCC } };
  return clsid;
 }
 virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle,
      const RECT& rect, CWnd* pParentWnd, UINT nID,
      CCreateContext* pContext = NULL)
 {
  return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID);
 }

    BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd,
    UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE,
    BSTR bstrLicKey = NULL)
 {
  return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
  pPersist, bStorage, bstrLicKey);
 }


class CITPPlayerAtlEvents : public COleDispatchDriver
{
public:
 CITPPlayerAtlEvents() {}  // 调用 COleDispatchDriver 默认构造函数
 CITPPlayerAtlEvents(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
 CITPPlayerAtlEvents(const CITPPlayerAtlEvents& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}

// 属性

BEGIN_EVENTSINK_MAP(CTestInputVideoStreamDlg, CDialog)
 ON_EVENT_RANGE(CTestInputVideoStreamDlg, 1990,2005, 0x01, CTestInputVideoStreamDlg::OnMouseEvent,VTS_I4 VTS_I4 VTS_I4 VTS_I4)
 ON_EVENT_RANGE(CTestInputVideoStreamDlg, 1990,2005, 0x02, CTestInputVideoStreamDlg::OnEvent,VTS_I4 VTS_I4 VTS_BSTR)
 //ON_EVENT(CTestInputVideoStreamDlg, 2000, 1, CTestInputVideoStreamDlg::OnMouseEvent2, VTS_I4 VTS_I4 VTS_BSTR)
 //ON_EVENT(CTestInputVideoStreamDlg, 2000, 2, CTestInputVideoStreamDlg::OnEvent2, VTS_I4 VTS_PUI1 VTS_I4 VTS_PUI1 VTS_I4)
END_EVENTSINK_MAP()

 

SetDlgCtrlID(2000);

(责任编辑:文得莉工作室)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------