搜索资源列表

  1. mfc_general_ctrlbars

    0下载:
  2. Multiple control bars in a fr a me window, selective hiding and showing of control bars, and dynamic rearrangement of controls along the border of the fr a me window. The control bars are allocated space in the fr a me w
  3. 所属分类:工具条

    • 发布日期:2008-10-13
    • 文件大小:21412
    • 提供者:srom chen
  1. runawaybutton

    0下载:
  2. 这是用SetWindowPos方法实现逃跑按钮的程序,本人自己编写的。-This is the method used SetWindowPos procedures escape button, I prepared themselves.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:30237
    • 提供者:jbb
  1. GRAph

    0下载:
  2. Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo Se
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:95919
    • 提供者:安新军
  1. vc_example11~19

    0下载:
  2. Visual C++的学习实例,可直接运行,初学者可了解Visual C++的MFC运行过程和MFC的结构等。包括COM、CWND、Cfr a meWnd、CView/CDocument结构-Visual C learning examples can be run directly, beginners can understand the MFC Visual C operating processes and the struct
  3. 所属分类:Windows编程

    • 发布日期:2024-10-12
    • 文件大小:573440
    • 提供者:罗志灶
  1. mfc_general_ctrlbars

    0下载:
  2. Multiple control bars in a fr a me window, selective hiding and showing of control bars, and dynamic rearrangement of controls along the border of the fr a me window. The control bars are allocated space in the fr a me w
  3. 所属分类:工具条

    • 发布日期:2024-10-12
    • 文件大小:21504
    • 提供者:srom chen
  1. runawaybutton

    0下载:
  2. 这是用SetWindowPos方法实现逃跑按钮的程序,本人自己编写的。-This is the method used SetWindowPos procedures escape button, I prepared themselves.
  3. 所属分类:按钮控件

    • 发布日期:2024-10-12
    • 文件大小:29696
    • 提供者:jbb
  1. GRAph

    0下载:
  2. Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo Se
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-10-12
    • 文件大小:2931712
    • 提供者:安新军
  1. TopMost2008-06-292153

    0下载:
  2. 可以将任意窗体置顶,或者取消置顶功能.演示了如何使用SetWindowPos进行窗体置顶.-Top form can be arbitrary, or the abolition of set-top functions. Demonstrated how to use the SetWindowPos to top form.
  3. 所属分类:Windows编程

    • 发布日期:2024-10-12
    • 文件大小:32768
    • 提供者:veilking
  1. shujujiegouanswerc

    0下载:
  2. 这是个很好的学习数据结构的文档,有题目,并且通过上机可以很好的进行练习,绝对值得学习-CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu CString LoadString AppendMenu CRect GetWindowRect SetWindowPos IsIconic CPaintDC SendMessage GetSyste
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-10-12
    • 文件大小:111616
    • 提供者:王喆
  1. main

    0下载:
  2. 此代码在程序中制作不规则程序窗口的源码.-SetWindowRgn(Handle,WndRgn,true) SetWindowPos(Handle,HWND_TOP,0,0,0,0,SWP_NOMOVE|SWP_NOSIZE)
  3. 所属分类:界面编程

    • 发布日期:2024-10-12
    • 文件大小:766976
    • 提供者:duanrui
  1. WinShow

    0下载:
  2. 有些程序不想让别人知道它在运行,显示出来看看运行情况或者隐藏起来,也可以实现置顶,具体参数自己百度一下SetWindowPos也许更好。-Some procedures do not want to let people know it is running, look at the operation displayed or hidden, it can be set-top, the specific parameters of
  3. 所属分类:Windows编程

    • 发布日期:2024-10-12
    • 文件大小:2048
    • 提供者:zyb
  1. SetWindowPos

    0下载:
  2. 主要对上面标题函数的应用,实现逃跑按钮的简单过程,简洁代码-Mainly to the above-captioned application of a function to achieve escape button is a simple process, simple code
  3. 所属分类:Windows编程

    • 发布日期:2024-10-12
    • 文件大小:29696
    • 提供者:qhw
  1. Win32APIandPB

    0下载:
  2. 1. 如何使PB窗口总在最上层 通过SetWindowPos函数吧窗口的显示层次修改为HWND_TOPMOST,就可以使指定窗 口永远不会被其他窗口覆盖,该函数声明为: Function Long SetWindowPos(Long hwnd, Long ord, Long x, Long y, Long dx, Long dy, Long uflag) Library “user32.dll” 参数1为要顶层显示的
  3. 所属分类:Windows编程

    • 发布日期:2024-10-12
    • 文件大小:2048
    • 提供者:杨四
  1. TopMost

    0下载:
  2. 将控制台窗口置顶和解除置顶功能。通过SetWindowPos()函数来实现-And the lifting of the console window Top Top features. Through the SetWindowPos () function to achieve the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-10-12
    • 文件大小:9216
    • 提供者:灰机
  1. mdlTopMost

    0下载:
  2. keep the windows that you set up to be top most all the time copy the code to a module and insert this line into your form_load fucntion dim setTopMostWindow as long SetTopMostWindow = SetWindowPos(Me.hwnd, -1, 0,
  3. 所属分类:.net编程

    • 发布日期:2024-10-12
    • 文件大小:122880
    • 提供者:hqjq
  1. SetWindowPos

    0下载:
  2. 详细介绍使用setwindowspos函数的功能.共同学习!-Details setwindowspos function using the function. Learn together!
  3. 所属分类:文件格式

    • 发布日期:2024-10-12
    • 文件大小:2048
    • 提供者:阿骆
  1. WinHandler

    0下载:
  2. WinHandler lets you manipulate the existing windows on your system. You can resize, move, change style and text, kill, copy, paste, undo etc. All by using Win32 API calls. It is a good demonstration (in my opinion) of
  3. 所属分类:其他小程序

    • 发布日期:2024-10-12
    • 文件大小:10240
    • 提供者:d3graph
  1. SetWindowPos

    0下载:
  2. C#中使用SetWindowPos移动窗口到指定位置。-C# SetWindowPos use move the window to the specified position.
  3. 所属分类:C#编程

    • 发布日期:2024-10-12
    • 文件大小:68608
    • 提供者:
  1. API-SetWindowPos

    0下载:
  2. 使用API SetWindowPos修改窗口大小-Use APIs SetWindowPos to modify the window size
  3. 所属分类:Windows编程

    • 发布日期:2024-10-12
    • 文件大小:258048
    • 提供者:杨发明
  1. SetWindowPos

    0下载:
  2. SetWindowPos.e 是设置窗口置顶的源代码,但是为什么一定要20个字-SetWindowPos.e is set window on top of the source code, but why must be 20 words
  3. 所属分类:界面编程

    • 发布日期:2024-10-12
    • 文件大小:2048
    • 提供者:pjc685
« 12 »

源码中国 www.ymcn.org