CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - pop

搜索资源列表

  1. pop-up-dialog-box

    0下载:
  2. LabVIEW基础教程,快速学习labview--弹出对话框-LabVIEW based tutorials, fast learning labview- pop-up dialog box
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1557044
    • 提供者:hong
  1. popup

    0下载:
  2. JS的popup对象,右下角弹出式对话框,很有用。-JS the popup object, lower right corner of the pop-up dialog box, and very useful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:642
    • 提供者:panmingguo
  1. SimpleCode

    0下载:
  2. 一、 完成一个类似windwos系统中“计算器”的软件。 (1) 界面与其类似,含菜单及菜单快捷键(菜单功能除了“帮助”外其余可以空置);设置自己的程序肖像。 (2) 须支持按键。 (3) 选择“帮助”里的“关于”子菜单,弹出一个版权提示窗口。 (4) (选作)当鼠标点击计算器的关闭按钮时 ,弹出一个消息框,提示“你真的要退出吗”,按确定退出,按取消则留在计算器中。 -First, the completion of a similar windwos system,
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:213823
    • 提供者:位函
  1. MenuButtonTest

    0下载:
  2. VC++按钮菜单位置设置测试程序,点击图上右边的按钮可得到菜单,下则是菜单按钮的各种样式以及位置示例,样式与菜单的弹出位置可以任意组合,比如上下左右等,使你进一步了解菜单的编写等技能。-VC++ button to set the menu location of test procedures, click on the map button to get the right menu is the menu button under a variety of styles and posit
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:11190
    • 提供者:zs1
  1. CloseTitleBar

    0下载:
  2. VC7.0下写的一个关闭指定的窗口的小程序,因为看到QQ,MSN,淘宝,迅雷等一些软件,都会弹出讨厌的广告窗口,才写了这么个小程序,程序运行后,凡是QQ,迅雷等的广告窗口打开的时候,会自动关闭掉.还可以在代码中加入其他的窗口,只需要在判断标题栏的字符串中加入窗口标题栏的文字的一部分就可以了.-VC7.0 written under a closed window to the specified applet, because to see QQ, MSN, Taobao, Thunder an
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:6006
    • 提供者:张晓龙
  1. sqlhelpsystem

    0下载:
  2. sql帮助小软件,可提供弹出式提示代码,方便,实用-sql help small software, can provide prompt pop-up code, convenient and practical
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2267373
    • 提供者:my name
  1. zsxm3.1.1

    0下载:
  2. 2008-11-24日更新 升级版本号为v3.1.0 1、解决中文帐号登陆乱码问题 2、解决自动运输和特殊功能有时候弹出继续按钮的问题 3、修正注册系统、可以通过逗号分割同时注册多个注册码 4、增加电玩巴士服务器-2008-11-24 updated version number to upgrade to v3.1.01, landing garbled account to resolve the issue of Chinese 2, solv
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2574845
    • 提供者:david
  1. Office2003

    0下载:
  2. Office2003信息弹出窗口 很漂亮的信息窗口-Office2003 information pop-up window of information is very beautiful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:17753
    • 提供者:方法
  1. HA-Unlocker163-Snoopy

    0下载:
  2. 功能介绍:当你重命名或删除一个文件/文件夹时,Windows 弹出对话-Features: When you rename or delete a file/folder, Windows pop-up dialogue
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:97201
    • 提供者:王宁
  1. MessageBoxWithTimeout

    0下载:
  2. 类似MessageBox的小程序,弹出窗口在规定的时间内自动消失,可以自定义消失的时间。-MessageBox similar small procedures, pop-up window at the required time, go away, you can customize the time disappear.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:10471
    • 提供者:tiansun
  1. HP

    0下载:
  2. 一、常用指令 1. 通用数据传送指令. MOV 传送字或字节. MOVSX 先符号扩展,再传送. MOVZX 先零扩展,再传送. PUSH 把字压入堆栈. POP 把字弹出堆栈. -First, a commonly used commands. Generic data transfer instructions. MOV to send word or byte. MOVSX first sy
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2180
    • 提供者:chen
  1. ServerManager

    0下载:
  2. 我做的一个系统托盘程序(Delphi7),里面牵扯到dll动静态调用,程序可以缩小的系统托盘上,点击托盘图标,界面会弹出,而且使用了隐藏任务栏功能,还有资源文件的使用和制作方法,反正是一些软件开发很常用并且实用的Demo。要求管理员加精。-I do a system tray program (Delphi7), which involves static and dynamic dll call, the procedure can reduce the system tray, click
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:890141
    • 提供者:汤沐
  1. pop

    0下载:
  2. 基于labwindows/cvi9.0的界面,具有不同功能的弹出窗口,比如提示,字体设置等。-Labwindows/cvi9.0 based interface, pop-up window with different functions, such as tips, font settings.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1352
    • 提供者:飘飘
  1. PopWin

    0下载:
  2. 这是一个固定时间弹出窗体的程序,用了一个第三方控件PopWin,希望对大家有用-This is a fixed time pop-up form of procedure, with a third-party control PopWin, hope to be useful
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:33937
    • 提供者:李进
  1. Pop-up-dialog-box

    0下载:
  2. labview中弹出对话框的介绍与应用和初级教学-the labview of pop-up dialog box describes the application and primary education
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1562986
    • 提供者:
  1. right-corner-of-pop

    0下载:
  2. 右下角弹窗源码,里面包括多种门户网站右下角的弹窗效果。-Lower right corner of pop
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:33998
    • 提供者:二笔
  1. Page-pop-up-box

    0下载:
  2. 页面弹出框,这是一个适用于jsp的就是特效,放在tomcat下运行-Page pop-up box
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:161452
    • 提供者:李明珠
  1. Remote-pop

    0下载:
  2. 仿QQ弹窗功能 一键远程 弹窗远程操控 强制弹窗 -Imitation QQ pop a function key on the remote Remote control forced pop pop
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:9399
    • 提供者:巴布豆
  1. pop

    0下载:
  2. 通过点击向服务器发送命令,并要求服务器返回响应信息(click; to click on; spot bowling server; servicer send; transmission; transmit by radio; dispatch; delivery command; order; directive; instruction; adjure return; go [come] back; revert; recurrence; backing out response
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:12288
    • 提供者:LYXX
  1. src

    0下载:
  2. Created Menu POP UP in C#
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:riquealv
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com