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

搜索资源列表

  1. 使用热键隐藏

    0下载:
  2. 我们曾经想过能够在我们的计算机上将窗口隐蔽起来,不想被从身边走过的老板看见。尝试便捷的Windows隐藏并定义热键来控制它们。下面我们将演示如何通过热键,我们将会用到DllImports of Win32 API、CallBacks/Delegates,定制事件与事件的句柄。 -we once thought to our computer will be concealed window, do not want to be passing from the boss to see. Wi
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2152
    • 提供者:高天一
  1. deskTopHelper1.0

    0下载:
  2. 该压缩文件是使用C#语言开发的一个桌面工具的源代码。开发环境为VS2005。符合三层开发结构,实现了自动隐藏窗口的功能。对初学者有很大的帮助。-The compressed file is to use the C# language developed in a desktop tool for source code. Development environment for VS2005. Meet the three-tiered development structure to real
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:778654
    • 提供者:wxl
  1. chuangkouqiehuan

    0下载:
  2. 窗口切换,隐藏窗口,改变窗口的透明性。变成半透明,-The window switch, hide the window, change window transparency. Into a semi-transparent,
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:38841
    • 提供者:大案
  1. Create-without-title-bar-form

    0下载:
  2. C#创建无标题栏窗体源码,实际上是动态显示或隐藏窗体的标题栏,当隐藏的时候就类似窗体没有了标题栏,当显示标题栏的时候,鼠标按住标题栏即可拖动窗体。-C# create no title bar form source code, is actually the dynamic display or hide the window title bar, when the hidden when similar form no title bar, when the show title bar w
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:60169
    • 提供者:lqua
  1. CSharpdd

    0下载:
  2. C#三架登陆及窗隐藏到任栏 -C# three landing and window to hide the arrival of column C# three landing and windows hide the arrival of the column
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:128226
    • 提供者:周建军
  1. Button-And-List

    1下载:
  2. 应用程序,其主窗口如图10-3所示,标题为“按钮与列表”。在这个窗口中,包含有三个标题,分别为Check Box、Radio Box和Combo Box的分组框。在Check Box分组框中,包含两个复选框Date和Time,以及Enable、Disable、Show Again和Hide the Clock Setting四个按钮;在Radio Box分组框中,含有两个子分组框、一个按钮和一个编辑框,子分组框名字分别为Sex Selecting和Age Range,它们分别包含了一组单选按钮,
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:36699
    • 提供者:谢生龙
  1. floatform

    0下载:
  2. 一个类似QQ主窗体功能的C#窗口设计示例,这个窗口是竖长型的,可浮动在屏幕的任意地方,可隐藏它,当你用鼠标按住其标题栏拖动至屏幕边缘时,它会隐藏在屏幕上缘,只显示一条线,鼠标再次移到线上,窗体则自动出现,不会制作C#浮动窗体的朋友,这是个不错的参考实例,代码适合初学者研究学习,今天将这个浮动窗体的源码文件分享给大家下载哦。-C# window design example, a similar QQ main form function of this window is a long vert
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:18541
    • 提供者:hpudn95
  1. QQfrm

    0下载:
  2. C#自制的QQ窗体源码,可伸缩于屏幕顶部,将它拖动至屏幕上方时,它就会自动隐藏到屏幕的顶部边缘,当鼠标放上去的时候,它会自动伸展出来,就和QQ的主窗口是一样的效果-C# homemade QQ source form, scalable at the top of the screen, drag it to the top of the screen, it will automatically hide the top edge of the screen when the mouse is
  3. 所属分类:CSharp

    • 发布日期:2017-11-14
    • 文件大小:18685
    • 提供者:zpudn86
  1. MoveAndAutoHide

    0下载:
  2. C#控件 实现无标题窗口拖动 实现停靠在桌面边缘时自动隐藏-C# controls implemented to achieve Untitled window, drag the edge of the desktop automatically when docked hide
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:11156
    • 提供者:Terry
  1. hidekit

    0下载:
  2.  C#源码实现隐藏在窗口左侧的工具栏小窗口,默认状态下,打开窗口时工具箱是隐藏的,可以只看到一条竖线,鼠标移到竖线上面,工具栏就展开了,展开的工具栏带关闭按钮,用户可在不需要时随时关闭它。   实现过程概述:获取控件及窗体的句柄,获取当前鼠标下可视化控件的句柄,获取指定句柄的父级句柄,获取当前鼠标下可视化控件的句柄,置存储句柄的变量,记录原始句柄,遍历该句柄的父级句柄,获取当前鼠标下可视化控件的句柄,返回最底层的父级句柄-C# source code to hide the toolbar
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:42652
    • 提供者:tpudn51
  1. hideWind

    0下载:
  2. C#窗口管理工具源代码,通过进程获取主窗口句柄,有热键。 能够显示当前活动窗口,并控制隐藏显示。 玩游戏防boss必备。 项目用的是vs2012,随手写的,不够规范,供学习交流。 -C# window management tool for source code, through the process to obtain the main window handle, with the hotkey. Can display the currently ac
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:93063
    • 提供者:张宇
  1. Hide

    0下载:
  2. VC++设计实现一个会隐藏的窗体,当点击窗口中的“退出”按钮时,程序看上去是关闭了,但实际上并没有真正退出,您还可以在任务管理器中找到它。若要真正关闭你还是要点击“关闭”按钮才行,或者从任务管理器中关掉进程。本功能经常被用到一些恶搞程序中,很多时候会被黑客利用,因此你了解了原理,就会明白如何去防范了。 -VC++ design and implementation of a hidden form, click on the window when the " Exit"
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:17737
    • 提供者:占亮
  1. GiveTheCorrectTime

    0下载:
  2. 一个Visual C#椭圆窗口,打开后自动隐藏到进程内,窗口看不到,但并没有退出,在Windows的进程管理器中仍然可以看到进程,所以需要在进程中关闭程序。有些场合我们需要此类操作,不过,不要用于非法途径哦,否则后查自负-A Visual C# oval window to open automatically hide the process, the window can not see, but did not exit the process in Windows Explorer ca
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:16057
    • 提供者:ypudn67
  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. csHideToolBar

    0下载:
  2. C#实现QQ自动隐藏式窗口效果,鼠标放上会显示出整个窗口,鼠标移开后,窗口自动隐藏屏幕顶部边缘,和QQ的主窗口效果极为相似。-C# implementation QQ automatic hidden window effect, the mouse will be placed on display the entire window, the mouse is removed, the top edge of the screen window to automatically hide,
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:15041
    • 提供者:zengshuwei
  1. daojishi

    0下载:
  2. 一个简单的倒计时工作牌,可以拉伸,字体随窗口变化,每隔一定时间自动隐藏到通知栏,过一定时间可以再次弹出,适合新手学习C#。-A simple countdown work card, can be stretched, with the font window changes at regular intervals to auto-hide the notification bar, over a period of time can pop up again, suitable for be
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:2918008
    • 提供者:Vincent
搜珍网 www.dssz.com