CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 按钮控件 搜索资源 - Web

搜索资源列表

  1. addresskeep

    0下载:
  2. 一个管理网址的小工具,可自已添加自已经常去的网址,免去每次都得输入网址的麻烦,特别推荐-a small site management tools, can own their own often add to the Web site, each had to remove the address of trouble, Preferred
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:210482
    • 提供者:zxb
  1. ColorFinder - Retrieve the color of any pixel on t

    0下载:
  2. When developing web-pages or graphics we frequently need a tool that will give us the RGB value of the color of a particular region in some other application s window. An example could be that you need to know the background color of a JPG image so t
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:135522
    • 提供者:gp
  1. sdxx013

    0下载:
  2. 主要功能: 1、文章栏目自由添加,排序 2、文章在线添加、编辑、删除 3、网站相关信息后台动态配置 4、自由添加友情链接 5、完善的广告模块,支持HTML编码 6、软件下载-main functions : 1, the article added free columns, sorting 2, the article online to add, edit, delete three, web-related background information Dynam
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:668475
    • 提供者:何东
  1. webs

    0下载:
  2. 网页制作 网页制作 网页制作 -web pages web pages web pages
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:2786
    • 提供者:陶陶
  1. MsgSubmit

    0下载:
  2. 一个简单的自定义Web控件,用于.net。 用户点击时会弹出一个消息框,询问是否继续.-a simple definition from the Web Control for. Net. When users click on a pop-up message box, asking whether or not to continue.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:10260
    • 提供者:123321
  1. tprogresscontral

    0下载:
  2. 一个老外设计的进度条使用方法,非常好, 我在国外网站发现的-a foreigner schedule designed by the use of the method is very good, I found the web
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:21567
    • 提供者:xinai0521
  1. Hyperlink

    0下载:
  2. VB6.0控件, 用于实现类似网页链接的效果. 响应MouseIn, MouseOut事件, 支持彩色鼠标资源, 支持自定义颜色. 带有测试工程-VB6.0 control for a similar Web link results. Response MouseIn, MouseOut, color mouse support resources to support custom color. With tests
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:27591
    • 提供者:xdl2000
  1. 19870123class

    0下载:
  2. 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage.cs改为以下代码即可 #if(false) //如果是Access数据库请把这儿改为#if(true) 否则改为#if(false) public class MyPage : LeeHom.Web.UI.OlePage { } public class
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:475042
    • 提供者:快乐
  1. NetHelp

    0下载:
  2. 此帮助系统基于visual studio 2005 + Sql 2000制作。 运行环境:.net framework 2.0,IIS 5.0+,IE5.5+ 使用说明:先将此文件下面的HELP还原到数据库中。 更改WEB.config里面的数据库联接参数。 配置IIS。即可使用。 初始帐号:admin 初始密码:admin888 后台登录地址/admin/login.aspx 前台浏览地址/help.html 制作人
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:991114
    • 提供者:快乐
  1. SqlWebAdmin(1)

    0下载:
  2. Web Data Administrator汉化版(MSSQL数据库在线管理)
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:111161
    • 提供者:快乐
  1. abouthtml3

    0下载:
  2. 在对话框中(如“关于”对话框)嵌入web页面以及如何将HTML文件作为资源嵌入在EXE或DLL中。CHtmlView 可以象其它控件一样用于对话框和任何窗口。此外该程序还示范了如何动态构造 HTML 文档串以及禁用浏览器的上下文菜单。-in the dialog box (such as "on" dialog box) embedded web pages and how to HTML document as a resource embedded in the EXE
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:247851
    • 提供者:张三
  1. ASP算法

    0下载:
  2. 这两个对象是ASP所提供的内置对象中最常用的两个。在浏览器(或其他用户代理)和Web服务器之间,请求与响应中发生的信息交流可以通过ASP中的两个内置对象来进行访问和管理,这两个对象称为Request和Response对象。-two targets ASP provided by the built-in objects most commonly used two. The browser (or other user agent) and the Web server, and the res
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:40254
    • 提供者:王岚
  1. 使用WebBrowser控件浏览网页

    2下载:
  2. 用vb实现使用WebBrowser控件浏览网页,一个经典例子极具参考价值-achieve with vb use WebBrowser Control Web site, a classic example of great reference value
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:2551
    • 提供者:马超
  1. JavaButtonMakerSetup

    0下载:
  2. 如何做JAVA的BUTTON Magic Button creates Java applet buttons for the Web without requiring any Java or HTML programming. The program can create several buttons on one applet (even one on top of another), which can also include images and text labels for a
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1611285
    • 提供者:cyy
  1. VB.rar

    0下载:
  2. 用于指纹识别,SDK 3.0 Pro分为1:1和1:N两个控件,其中接口属性和方法基本相同,而接口方法只有涉及1:N比对部分不同,因此以下综合说明两个控件,不同之处将分别标出和说明,SDK is a software development kit (SDK) that enables a wide range of applications to use fingerprint recognition. Software developers can integrate biometrics
  3. 所属分类:Button control

    • 发布日期:2017-03-27
    • 文件大小:12719
    • 提供者:twtay1
  1. ButtonEventInBHO

    0下载:
  2. 文章介绍了怎样利用BHO监控网页上的按钮事件,对BHO编程有很大的帮助意义。-This paper introduces how to use BHO monitors web page button event, the BHO program of great help to the meaning.
  3. 所属分类:Button control

    • 发布日期:2017-04-01
    • 文件大小:296247
    • 提供者:李昕
  1. flex_cellphone

    0下载:
  2. 一个用flex做的手机销售网站界面,做好的工程,可以直接导入,非常方便-A web of store of cellphone by flex
  3. 所属分类:Button control

    • 发布日期:2017-05-07
    • 文件大小:1819465
    • 提供者:付邵阳
  1. pleaseWaitButton_src

    0下载:
  2. 在web application的表单提交过程中显示“please wait”信息或者是gif动画图片通常是很有用的,特别是提交过程比较久的情况。我最近开发了一个调查提交程序,在程序里内部用户通过一个网页上传 excel电子表格。程序将上传的电子表格数据插入到数据库中。这个过程只需要几秒钟,但即便是几秒钟,在网页是看来却是非常明显的等待过程。在程序测试的时候,一些用户重复地点击上传按钮。因此,提供一个视觉的信息来告诉人们上传正在进行中是很有用的。并同时把上传按钮一起隐藏掉,以防止多次点击。-er
  3. 所属分类:Button control

    • 发布日期:2017-04-01
    • 文件大小:6789
    • 提供者:xuxu
  1. CB

    0下载:
  2. 用于指纹识别,SDK 3.0 Pro分为1:1和1:N两个控件,其中接口属性和方法基本相同,而接口方法只有涉及1:N比对部分不同,因此以下综合说明两个控件,不同之处将分别标出和说明。-SDK is a software development kit (SDK) that enables a wide range of applications to use fingerprint recognition. Software developers can integrate biometri
  3. 所属分类:Button control

    • 发布日期:2017-04-08
    • 文件大小:247074
    • 提供者:twtay1
  1. web

    0下载:
  2. 一个基于web的登陆界面的代码,这个代码对于新手还是不错的。-A web-based login screen code, this code is good for the novice.
  3. 所属分类:Button control

    • 发布日期:2017-04-03
    • 文件大小:3565
    • 提供者:MJ
« 12 3 »
搜珍网 www.dssz.com