用了那个dll,里面有个函数获得鼠标所在区域的屏幕信息

解决方案 »

  1.   

    哈哈,弹出一个层是最通常的方案;你能调用词霸的DLL
      

  2.   

    hook这个api
    BOOL TextOut(
      HDC hdc,           // handle to DC
      int nXStart,       // x-coordinate of starting position
      int nYStart,       // y-coordinate of starting position
      LPCTSTR lpString,  // character string
      int cbString       // number of characters
    );
      

  3.   

    我只知道有个TextOutW/A 的类似屏幕取词的方法