当前位置:首页
开发技术指南» 文章正文
    引言:

    摘要: 我要在一台windows2000的计算机上安装hp1010 老是安装不上去,很麻烦, 我的windows2000 server安装了终端服务器,同时,我的hp1010没有接在该台计算机上面,怎么办, 请大家指导一下安装方法,是不是需要先把hp1010接在该计算机上面然后在安装呢,烦嗄,,谢谢大家了,请大家帮忙顶一顶也是好的。 ......
    摘要: 问题1: 我用datalist显示图片列表,如果读取数据库没有图片的话就用nopic.gif代替无图片的列表项! 但是我用: <img src=uploadfile/<%#databinder.eval(container.dataitem,"productimg","{0}")!=null? databinder.eval(contai......


,编程控制后台的IE浏览器。如:发送一些数据模拟一个鼠标点击一个已知的按钮,但不能使IE浏览器作为前台窗口。

请大家指教

NO.1   作者: xqk

SetCursorPos(269,302);  
  ::SendMessage(hWnd,WM_LBUTTONDOWN,0,0);  
  ...  
  ::SendMessage(hWnd,WM_LBUTTONUP,0,MAKELONG(269,302));  
  ...

NO.2   作者: wonglaye

SetCursorPos  
  The   SetCursorPos   function   moves   the   cursor   to   the   specified   screen   coordinates.   If   the   new   coordinates   are   not   within   the   screen   rectangle   set   by   the   most   recent   ClipCursor   function,   the   system   automatically   adjusts   the   coordinates   so   that   the   cursor   stays   within   the   rectangle.    
   
  BOOL   SetCursorPos(  
      int   X,     //   horizontal   position  
      int   Y       //   vertical   position  
  );  
     
  Parameters  
  X    
  Specifies   the   new   x-coordinate,   in   screen   coordinates,   of   the   cursor.    
  Y    
  Specifies   the   new   y-coordinate,   in   screen   coordinates,   of   the   cursor

NO.3   作者: wonglaye

mouse_event  
  The   mouse_event   function   synthesizes   mouse   motion   and   button   clicks.    
   
  Windows   NT:   This   function   has   been   superseded.   Use   SendInput   instead.  
   
  VOID   mouse_event(  
      DWORD   dwFlags,   //   flags   specifying   various   motion/click   variants  
      DWORD   dx,             //   horizontal   mouse   position   or   position   change  
      DWORD   dy,             //   vertical   mouse   position   or   position   change  
      DWORD   dwData,     //   amount   of   wheel   movement  
      DWORD   dwExtraInfo    
                                    //   32   bits   of   application-defined   information  
  );  
     
 


 ·asp中怎样用rs输出表名    »显示摘要«
    摘要: sql = "select * from infogroup,info where infogroup.groupid = "& groupid &" or info.groupid = "& groupid &" order by infogroup.addtime,info.addtime" 想......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE