1.怎样实现文件拖动复制(例如从窗体中托一个东西到桌面,就复制一个文件到桌面,还有拖动过程中鼠标的形状怎么及时改变)
2.怎样实现窗体的光标跟随(用HOOK吧 还有GetFocus之类几个API函数,介绍一下怎么用,最好给点代码)
3.QQ的自动隐藏效果到底怎么做的,我要代码,以前大富翁有很多但是我还是不会 当然最好能同时讲讲怎么做的
谁有 mxOutLookBar的完整一点的使用资料(每个属性、方法的用途),最好是中文的

解决方案 »

  1.   

    DragAcceptFiles    <-----可以让窗体接受文件--------------------------------------------------------------------------------Registers whether a window accepts dropped files. VOID DragAcceptFiles(
        HWND hWnd,
        BOOL fAccept
    );ParametershWnd 
    Identifier of the window that is registering whether it will accept dropped files. 
    fAccept 
    Value that indicates if the window identified by the hWnd parameter accepts dropped files. This value is TRUE to accept dropped files or FALSE to discontinue accepting dropped files. 
    Return Values
    No return value. 
      

  2.   

    QQ的自动隐藏效果我有源代码,将窗体从TAppbar继承,写很少几句代码就行了,要的话给我发消息,告诉我要QQ的自动隐藏效果的源代码,我给你发
      

  3.   

    mxOutLookBar很好用,试试就了解了
    要的话留下信箱