“调用x-scan和MBSA扫描系统的漏洞”看不懂!

解决方案 »

  1.   

    有接口吗?没有接口只能使用FindWindow,GetWindowText吗?
      

  2.   

    跨进程操作窗体?
    LZ先学习怎么用C/C++ & Win32API写窗体程序吧.
    不然就算讲一大堆你还是云里雾里.
      

  3.   

    API:
    postmessage wm_command
    sendmessage lvm_getitem
    ...能有点思路就做,不明白api是什么就拉倒。p.s. 初学者不要一上来就搞这些复杂的。sp1234和几个牛人都是这个意思。
      

  4.   

    嵌入其他程序界面使用
     [DllImport("user32.dll")]
      public static extern int EnumWindows(EnumWindowsProc ewp, int lParam);
    [DllImport("user32.dll", CharSet = CharSet.Auto)] 
            public extern static IntPtr SetParent(IntPtr hChild, IntPtr hParent); 
    FindWindow