搜索资源列表
-
0下载:
1、很多朋友都问过怎样防止 MDI 子窗口在最大化(或最小化)过程中如何避免闪烁,就是像 Excel 一样,子窗口不产生动画效果,不过一直都没有很好的解决办法,如果您喜欢用 LockWindowUpdate 之类的就别往下看了。
2、原理极其简单,就是用 SystemParametersInfo 函数实现开、关系统的动画效果。
3、我把这种 MDI 子窗口写成了一个类,大家用的时候只要把 class(TForm) 中的 “TForm” 换成 “TQuietMDIChildForm”就行了
-
-
0下载:
通过SystemParametersInfo进行锁定鼠标。十分好用的C++实例-through SystemParametersInfo lock for the mouse. Very handy examples C
-
-
0下载:
一个锁定桌面的例子--A example for locking the desktop
-
-
0下载:
Project to demonstrate SystemParametersInfo API.
SystemParametersInfo function can query or set a system-wide parameter, such as mouse trails or desktop wallpaper. Most of these parameters are available from various applets under the Control Panel.
-
-
0下载:
通过使用SystemParametersInfo函数,你可以骗过Windows,使之误以为屏幕保护程序正在运行-By using the SystemParametersInfo function, you can deceive the Windows, mistook the screen saver is running
-
-
0下载:
通过使用SystemParametersInfo函数,你可以骗过Windows,使之误以为屏幕保护程序正在运行(By using the SystemParametersInfo function, you can deceive the Windows, mistook the screen saver is running)
-
-
0下载:
通过使用SystemParametersInfo函数,你可以骗过Windows,使之误以为屏幕保护程序正在运行()
-