Location:
Search - 隐藏窗体
Search list
Description: 利用鼠标钩子隐藏界面的例子程序,方便初学者学习鼠标钩子用法-use of the mouse interface hook hidden example in order to facilitate beginners learning mouse usage hook
Platform: |
Size: 167433 |
Author: 李市民 |
Hits:
Description: 类似于qq,可以将窗体隐藏到屏幕四面的控件-similar to the qq, can be hidden forms of the screen surrounded control
Platform: |
Size: 11946 |
Author: 火星 |
Hits:
Description: 把窗口设置为置顶,查看相关窗口句柄等,隐藏窗体
使用方法是 把鼠标移动到某个要操作的窗体上,然后按alt+m 置顶 alt+q 取消 alt+h隐藏-put acc window set to check the relevant window handle. Hide Window method is to use the mouse to move a window to the operation, then press alt + m acc alt + q + h canceled alt hidden
Platform: |
Size: 9231 |
Author: 申建中 |
Hits:
Description: 感觉不是爆破窗体,倒是隐藏窗体,但还是很有用的.-not feel blasting windows, but hidden forms, but still very useful.
Platform: |
Size: 792750 |
Author: 张帆 |
Hits:
Description: 如何利用窗体名,查找windows的例子,可用于隐藏窗体后,把隐藏窗体调出来.
Platform: |
Size: 25470 |
Author: scanli100 |
Hits:
Description: Delphi编程小技巧三则1.隐藏窗体的标题栏2.在标题栏中显示文字标题3.在任务栏中隐藏窗体的图标-Delphi programming skills in three small one. Hide Window title bars 2. The title characters shown in column 3 title. The mission column hidden forms of icon
Platform: |
Size: 1304 |
Author: 万宏兴 |
Hits:
Description: 实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到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.
Platform: |
Size: 6968 |
Author: 周晓辉 |
Hits:
Description: 通过点击高级按钮,实现窗体中信息的隐藏与现实
Platform: |
Size: 37914 |
Author: user_guest@163.com |
Hits:
Description: C#一个隐藏的窗体!!!!!!!!!!!!!!!!!
Platform: |
Size: 18192 |
Author: kkfy.888@163.com |
Hits:
Description: 感觉不是爆破窗体,倒是隐藏窗体,但还是很有用的.-not feel blasting windows, but hidden forms, but still very useful.
Platform: |
Size: 792576 |
Author: 张帆 |
Hits:
Description: 1. Wizard = 向导程序 2. CntrlOtherPrcss = 启动并控制其它Exe程序 3. SimpleTextTransfer = 利用剪贴板实现Exe程序间的数据交换 4. HideProcess = 隐藏程序不被关闭程序发现 5. SysButton = 禁止窗体右上角各按钮-1. Wizard = Wizard procedures 2. CntrlOtherPrcss = initiate and control other Exe procedures 3. SimpleTextTransfer = use of the clipboard to achieve Exe procedures for data exchange between the four. HideProcess = hidden closure procedures were not found five procedures. SysButton = prohibited forms the upper right button
Platform: |
Size: 179200 |
Author: 黄坤 |
Hits:
Description: 可以自动隐藏的窗体,具有停靠隐藏的特点。-automatically hidden forms, docked with hidden features.
Platform: |
Size: 35840 |
Author: 刘奎志 |
Hits:
Description: 对远程计算机进行监控,关机或重起等资源名利用Delphi实现网络监控系统 摘要 本文详细阐述了如何用DELPHI开发网络实时监控系统,该系统可使网络管理员随时监控到网络中任何一台计算机的操作状态,若该机有违规行为,可通过本系统采取措施禁止其操作,还实现了程序的隐藏、托盘图标、加入注册表自动启动项等技术。到被控机的当前屏幕,看操作员在干什么。远程关机:可以关闭被控的计算机。远程重启:可以重新启动被控的计算机。锁定机器:封锁被控机的操作,键盘、鼠标操作都无效。机器解锁:解除对被控机的封锁。三、代码编写1、 控制端主窗体设计如效果图,各控件名称如下表:名称 控件类型 标题 用途HscrollB TScrollBar 滚动图像VScrollB TscrollBar 滚动图像Label1 Tlabel 显示文字Ipbox TcomboBox 显示IP地址列表RadioGroup1 TRadioGroup 美化界面Cuts TradioButton 截屏选择Cloma TradioButton 关机选择Restart TradioButton 启动选择Lock TradioButton 锁定选择Unlock TradioButton 解锁选择Button1 Tbutton 添加IP地址Button2 Tbutton 执行指令Button3 Tbutton 关闭界面Button4 Tbutton 连接监控端ImPanel TPanel 美化界面Image Timage-the remote computer monitoring, shutdown or restart from the use of resources such as Delphi Network Monitoring System Abstract This paper describes how to use Delphi to develop real-time network monitoring system that enables network administrators to monitor the network at any time any of a computer's operating status, if the aircraft are violations , the system can take measures to stop its operation, has achieved the procedure hidden tray icon, joined the registry items such as automatic failover technology. Machine charged to the current screen, the operator can do. Remote shutdown : It closed charged with computers. Remote resume : can restart the computer charged. Lock machines : the blockade was charged with machine operation, keyboard, mouse operation has been ineffective. Unl
Platform: |
Size: 15360 |
Author: 王中 |
Hits:
Description: Delphi编程小技巧三则1.隐藏窗体的标题栏2.在标题栏中显示文字标题3.在任务栏中隐藏窗体的图标-Delphi programming skills in three small one. Hide Window title bars 2. The title characters shown in column 3 title. The mission column hidden forms of icon
Platform: |
Size: 1024 |
Author: 万宏兴 |
Hits:
Description:
Platform: |
Size: 7168 |
Author: 周晓辉 |
Hits:
Description: 利用鼠标钩子隐藏界面的例子程序,方便初学者学习鼠标钩子用法-use of the mouse interface hook hidden example in order to facilitate beginners learning mouse usage hook
Platform: |
Size: 166912 |
Author: 李市民 |
Hits:
Description: 一个隐藏窗体的代码例子个人感觉还不错值得大家学习-A hidden form of the code examples of personal feeling well worth learning
Platform: |
Size: 2048 |
Author: 刘雨 |
Hits:
Description: delphi写的一键隐藏窗体源码,按下f12就能隐藏当前窗体-Writing delphi form of one key hidden source, press the F12 will be able to hide the current form
Platform: |
Size: 199680 |
Author: 在此 |
Hits:
Description: 实现窗体最小化到系统拖盘,显示,隐藏窗体并闪烁(Minimize form to the system drag disk, show, hide form and flash)
Platform: |
Size: 100352 |
Author: shijianiazq
|
Hits:
Description: 此程序是应编程论坛VXIN的要求编写,可以实现对任何程序的任何控件操控(自动填写,显示隐藏控件等等)。
整个程序编写用了一个小时,由于写的比较毛草,不完善之处希望大家多多指教(This program is written in the Programming Forum VXIN requirements, you can control any program any process (automatic fill, show hidden controls, etc.).
The entire program written with an hour, due to the comparison of hair grass, imperfections, I hope you exhibitions)
Platform: |
Size: 363520 |
Author: wzqone
|
Hits: