如题!

解决方案 »

  1.   

    是不是想作一个按钮,按下去了就不起来,再按一下才起来?我原来用的 button 按钮,怎么做也不行,后来就自画的方式作了一个,加一个变量来控制。
      

  2.   


    CreateToolbarEx
    This function creates a toolbar window and adds the specified buttons to the toolbar.HWND CreateToolbarEx(
    HWND hwnd, 
    DWORD ws, 
    UINT wID, 
    int nBitmaps, 
    HINSTANCE hBMInst, 
    UINT wBMID, 
    LPCTBBUTTON lpButtons, 
    int iNumButtons, 
    int dxButton, 
    int dyButton, 
    int dxBitmap, 
    int dyBitmap, 
    UINT uStructSize );lpButtons为TBBUTTON数组,详细参考msdn,肯定可以的,我做过。
      

  3.   

    就用Check Box 选择属性Push_like岂不简单?