搜索资源列表
notview
- 文件视图,CFrameWnd C Static CRect MoveWindow CreatePen CSize CDC SetBkMode SelectObject CPen LineTo SetTextColor CString TextOut CFont CreateFont DrawText CreateDC GetDeviceCaps DeleteDC GetObject GlobalAlloc GlobalLock GetStockObject GetDC SelectPalette
MFC
- 设计一个可以适时展开的对话框以便于在对话框中添加更多控件,在单击Advanced按钮时,对话框可以向下展开。 以通过方式创建一个具有扩展功能的Advanced按钮的对话框资源和对话框类,需要在对话框类的OnInisDialg()函数中利用CWnd::MoveWindow()函数将对话框缩为Advanced按钮。这样当单击该按钮时,将使用MoveWindows()函数来切换对话框窗口尺寸。
multiscreen
- 详细介绍:安装多屏卡的PC机,可以带有多个显示器,大大扩展用户的工作的空间。例如:一个显示器用于显示“大盘趋势”,其它屏幕显示个股信息。该类是一个多屏卡支持程序。该类封装了多屏卡支持功能;支持任意类型的多屏卡;查询每一屏的详细信息:位置、大小。在VC++中调用MoveWindow(…)方法把其它的窗口移到相应的屏幕上。
movewindow
- 关于在一个对话框中的控件随对话框变大而变大的问题的一个解决方案-on a dialog box in the dialog box controls with larger and larger issues of a solution
真彩工具条类
- CTrueColorToolBar m_wndToolBar; m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_LEFT | CBRS_SIZE_DYNAMIC);//创建并设置工具栏样式 m_wndToolBar.LoadToolBar(IDR_TOOLBAR1);//加载一下普通工具栏 m_wndToolBar.LoadTrueColorToolBar(59, IDB_BITMAP3);
easysize_demo
- 要让对话框中的控件随着对话框大小的变化进行自动调整,是一件很头疼的事情,需要在WM_SIZE的响应函数中对所有的控件用MoveWindow()或者SetWindowPos()设置其变化比例,极其繁琐。EasySize是一个很好解决方案,用一些宏封装了内部的实现机制,使用起来方便快捷。-To make the dialog box changes the size of the control with the dialog box to automatically adjust is a ver
Mover_demo
- 缓慢移动控件例子,没有直接MoveWindow那么生硬-Slow-moving control example, there is no direct MoveWindow less blunt
runnergamecode
- 在这个程序中,你可以下注,进行竞猜那个人可以先到达终点,而竞猜的筹码不得大于自己手中的注数。-In this game there are four runners,you can guess which one weill be the winner.Alao this game application programme is movewindow()function and rand seed.
MoveWindow
- 用VC6.0开发的,类似VS2005以上版本实现的控件随窗口变化的各种情况!-VC6.0 development, similar to the above-VS2005 version control to achieve a variety of changes with the window!
movewindow
- 该源码的主要功能:用C++来实现模拟微软的全新的,自绘的,窗口移动以及拉伸功能,风格规范,能让你体会C++设计的神奇力量,同时也理解为什么需要指向类成员函数的指针来实现的方便和奇妙,你一定大有所获。-The source of the main functions: C++ to achieve the simulation of Microsoft' s new, self-painted, windows mobile and stretch function, style speci
API-JafarZade
- C# , Example of Windows API : IsZoomed IsWindow IsWindowVisible IsWindowEnabled IsChild MoveWindow SetWindowPos
MOVEWINDOW
- 可以移动的子窗口。可以做打印模板设计或其它的模板设计。-The child window can be moved. Print template design can be done.
moveWindow
- 窗口的滑动切换-windows change using huadong
err.eccc
- CWnd LoadCursor CPaintDC CRect GetClientRect GetTickCount waveInAddBuffer MessageBox waveInOpen waveInPrepareHeader waveInStart waveInReset waveInStop waveInUnprepareHeader waveInClose waveInGetErrorText CView CCmdUI CDialog CDataExchange CString CCo
