-
实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或...
实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或 WM_MOUSEMOVE(无边框窗体)时激活窗体,然后在窗体消息WM_ACTIVE中设置显示或隐藏,这种方法在窗体未失去焦点时不会隐藏。我在原本的设计中便使用这种方法,只是在设计时发现非主窗体不太合适,激活窗体时会出现两个键盘焦点,而且我所需要的焦点是虚假的,可能我的设计不当,那位朋友若能完美实现,不妨交流一下。-achieve automatic hidden forms There are different ways they can use timers, constant surveillance mouse, the mouse moved to the brink of the form, the form shown when the mouse left hidden forms. The mouse can also receive WM_NCMOUSEMOVE or WM_MOUSEMOVE (no window frame), activated forms, and then in the form set WM_ACTIVE news show or hide, in the form of this method has not lost its focus will not be hidden. In my original design will use this method, the design was found non-main forms not appropriate, will be activated when there Form 2 keyboard focus, and I need the focus is false, maybe I am a poorly designed and friends who can achieve perfection, it may be things about.
- 2022-03-04 19:46:00下载
- 积分:1
-
成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天...
成批量删除文件的源程序,使用这个大家可想清楚了,删除就没有,想当初为了测试这个软件,我误删了整个D盘的文件,让我郁闷了好几天-batch delete the file into the source code, you can use this to be clear, there is no delete. At first, in order to test the software, I mistakenly deleted a whole plate of documents D, let me depressed for a few days! !
- 2022-03-03 14:19:51下载
- 积分:1
-
tsdemux-解复用mpeg-ts文件
将mpeg-ts文件解封装为pes。该工程在尝试进行ts文件转码的时候比较有用。该源码是根据一个开源项目进行更改的,修改为在vs下进行编译,并且只针对一个ts文件进行修改,分离出来的音视频pes文件分别保存为文件形式。用vlc可以播放。
- 2023-02-26 06:15:04下载
- 积分:1
-
可以将VB中的内部结构分析出来,是一个不错的程序哦
可以将VB中的内部结构分析出来,是一个不错的程序哦-can VB analysis of the internal structure, and is a good procedure oh
- 2022-05-29 12:46:00下载
- 积分:1
-
该代码可以通过编程生成图文并茂的Word文档
该代码可以通过编程生成图文并茂的Word文档-The code can be generated through the program illustrated the Word document
- 2022-07-07 14:15:50下载
- 积分:1
-
这是 Delphi 的文件操作实例,很基础的,给初学者很好的帮助。...
这是 Delphi 的文件操作实例,很基础的,给初学者很好的帮助。-This is the example of Delphi" s file operations, it is based, to a very good help for beginners.
- 2022-01-22 01:17:25下载
- 积分:1
-
mumford source code
mumford source code-mumford source code.............
- 2022-12-19 04:40:03下载
- 积分:1
-
打字测试小程序,自己编写,纯粹为了温习一下文件操作。
打字测试小程序,自己编写,纯粹为了温习一下文件操作。-Typing test applet, I have written, simply click the document in order to study the operation.
- 2022-08-14 16:24:05下载
- 积分:1
-
VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储...
VC6.0关于串行化的设计,使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用。-VC6.0 on the design, use CArchive category of documents for the operation. MFC framework of the procedures and documents open new function within the Implementation Mechanism. CDocument class how to use the serial storage function preservation and loading data. How to achieve the kind of support Serial, Serial CObArray realization insider. Cut out data files often made mistakes. MFC framework of the procedures and documentation such as the type of relationship, and how to access each other indicators cited.
- 2023-01-05 21:05:08下载
- 积分:1
-
用VC实现遍历文件夹并建成对应的目录数。实现的操作封装成类,可重用。...
用VC实现遍历文件夹并建成对应的目录数。实现的操作封装成类,可重用。-with VC traverse folders and the completion of the corresponding directory number. To achieve the package into operation category, reusable.
- 2023-01-09 10:25:04下载
- 积分:1