CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hide window

搜索资源列表

  1. Style

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the MFC AppWizard
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:52602
    • 提供者:lw
  1. hiddenprocess

    0下载:
  2. VB隐藏进程的一切信息,不显示在任务管理器中。在进程列表中隐藏当前应用程序进程。演示窗口什么也没做,但打开后,你在Windows的进程管理器中并不能发现该窗口的句柄、名称等信息,无法通过任务窗口操作该窗口。-VB hidden processes all the information is not displayed in the Task Manager. Hide the current application process in the process list. Presentati
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4694
    • 提供者:huang
  1. ScreenKeyboard

    0下载:
  2. 这是一个屏幕键盘,程序会根据当前活动窗体是否可编辑来自动显示/隐藏屏幕键盘,目前支持的窗口类型数量有限,有待改进。-This is an on-screen keyboard, the program will be based on whether the currently active form can be edited to automatically show/hide the on-screen keyboard, a limited number of window types
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1117100
    • 提供者:杨鹏
  1. Delphi

    0下载:
  2. 窗体的显示与影藏实例教程,关闭后右下角托盘-Window display and hide instance tutorial, shut down the tray and the bottom right hand corner
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:507126
    • 提供者:李秋龙
  1. vbformhidden

    0下载:
  2. VB6.0仿QQ窗口靠边隐藏,使窗体靠屏幕右边时自动向右隐藏(动态效果)。鼠标经过会再次显示出来(也是动态效果)。我只是提供思路,只做了向右隐藏的,稍加改造就可以向你想要的方向靠边隐藏-VB6.0 imitation QQ window aside to hide, hide the right to make the form automatically (dynamic effects) while on the right side of the screen. Mouse over ag
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:163487
    • 提供者:jpudn14
  1. mfcMischief

    0下载:
  2. 恶作剧软件 播放声音 当鼠标移动,窗口移动. 在任务栏,任务管理器应用程序隐藏,不容易关闭 -Prank software to play sound When the mouse is moved, the window moves in the taskbar, task manager application to hide, not easy to close
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-16
    • 文件大小:3867075
    • 提供者:柳博文
  1. Delphi_711474

    0下载:
  2. Delphi:Delphi源码编写的一个窗口隐藏工具的源码,控件使用了RxMenu,窗体中有一个滑块对象,有控件的尝试编译一下源码。 -Delphi: Delphi source code written in a window hide tool source control uses the RxMenu, has a slider form object, there is an attempt to compile the controls at the source.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:6167
    • 提供者:QGGE4H1
  1. Delphi_706132

    0下载:
  2. Delphi:Delphi隐藏IE浏览器的右键关联菜单,实例操作说明:在打开IE浏览器后,选中文本或图片,然后用鼠标右键进行剪切、复制等操作。本实例是屏蔽右键下拉菜单的功能实现,点击窗口上对应的功能按钮可演示效果。 -Delphi: Delphi hide IE browser s right-click context menu, examples Instructions: After opening the IE browser, select the text or pictures
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:8846
    • 提供者:U33P1BR
  1. hiddenprocess

    0下载:
  2. VB隐藏进程的一切信息,不显示在任务管理器中。在进程列表中隐藏当前应用程序进程。演示窗口什么也没做,但打开后,你在Windows的进程管理器中并不能发现该窗口的句柄、名称等信息,无法通过任务窗口操作该窗口。-All information VB hidden process, does not appear in the task manager. Hide the current application process in the list of processes. Presentatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4328
    • 提供者:wpudn38
  1. GetColor

    0下载:
  2. GetColor_src——基于C#的屏幕取色工具,运行后在右下角的托盘处显示图标,点击可弹出右键菜单。这款取色工具像截图工具一样,先运行主窗口,取色状态会隐藏主窗口,并显示出取色窗口,取色完成则显示主窗体,并显示颜色样本,虽然取色器我们平时用的并不多,不过从编程的角度来讲,里面涉及很多小而碎的编程技巧,因此多了解一些源代码是有必要的。 -GetColor_src- C#-based tool for screen color, after running the Display icon
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:15636
    • 提供者:半山一叟
  1. HideConsole

    0下载:
  2. 控制台程序隐藏黑色窗口,vs2010实现-Console program to hide the black window, vs2010 achieve
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:2741
    • 提供者:kingrumn
  1. ShowWorkAreas

    0下载:
  2. ShowWorkAreas属性用法,Delphi ShowWorkAreas属性使用实例,在窗口中显示工作区,用虚线框标出的工作区域,演示中有两个工作台,各不相同,可选择显示/隐藏。-The ShowWorkAreas property usage, Delphi ShowWorkAreas attributes using examples, shows the workspace in the window, frame work area marked with dotted lines,
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:5962
    • 提供者:Lee14
  1. Hack_Windows_Task_Manager_demo

    0下载:
  2. hide process for window xp sp3
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4508
    • 提供者:eonwil
  1. hide_game_window

    0下载:
  2. 上班族必备 隐藏游戏窗口 源代码 C#写的-Workers must hide the game window source code written in C#
  3. 所属分类:.net

    • 发布日期:2017-04-25
    • 文件大小:39819
    • 提供者:yinguojia
  1. HideItPro

    0下载:
  2. 查找系统中所有的窗口,点击隐藏按钮后可以隐藏/显示列表里制定的进程。 vb制作-Find and list system windows, click the hide button to hide/show the special window. designed by vb6
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4170
    • 提供者:lcy
  1. HTW0.4src

    0下载:
  2. Hide That Window!,可对指定窗口进行隐藏、修改透明度、修改标题、查看窗口类等-Hide That Window !, available for the specified window is hidden, change transparency, modify the title, the viewing window etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2608995
    • 提供者:王勇
  1. Code

    0下载:
  2. 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the MFC AppWizard
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:740326
    • 提供者:wangguozhang
  1. 324324

    0下载:
  2. 本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:  系统采用人机交互的方式,界面美观友好。  屏幕信息需要时时显示,网络延时不能大于1秒。  服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。  系统运行时占用内存不能大于10MB,以免影响系统性能。  客户端运行时需要隐藏显示窗口,起其感觉不到在运行。 -The system is a smal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-10
    • 文件大小:17717881
    • 提供者:黎武鑫
  1. DialogMode

    0下载:
  2. MFC下对话框操作的汇总小程序,包括模式化对话框和非模式化对话框,按钮的摧毁,对象创建、隐藏、禁用、最大最小化、闪烁窗口等等功能。注释详细- MFC dialog box, under Operation summary applets, including patterned and non-patterned dialog boxes, buttons, destruction, object creation, hide, disable, maximum minimized wind
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4719882
    • 提供者:何亮
  1. 201505080858

    0下载:
  2. 作为一名程序员获取窗口信息是必须的知识,这个源码演示根据窗口获取各种信息,比如:标题、句柄、类名、关联进程ID、程序路径等信息,另外还支持对窗口操作,比如:隐藏、显示、枚举信息等功能。-As a programmer to get the window information is needed knowledge, this source code demonstrate access to a variety of information to the window, for example
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:327692
    • 提供者:黑色星期天
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com