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

搜索资源列表

  1. ReadFile

    0下载:
  2. 打开一个TXT文件并显示在EDIT控件中 步骤: 1.新建一个基于对话框的工程,名称为ReadFile 2.在界面上添加一个按钮(IDC_BUTTON1)和一个文本编辑(IDC_EDIT1) IDC_EDIT1的属性:多行、可下拉滚动条. 3.编辑按钮触发事件(void CReadFileDlg::OnButton1()) void CReadFileDlg::OnButton1() { // TODO: Add your control notificat
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26089
    • 提供者:这程子
  1. PasswordFilters

    0下载:
  2. PWDFILT *****Overview***** This module illustrates how to implement password change notification and password filtering in Windows NT 4.0. Password change filtering is useful for enforcing quality or strength of passwords in an Win
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6644
    • 提供者:xzhuwu
  1. ObjectList

    0下载:
  2. 电力监控系统 实时告警处理程序,包括语音告警 实时打印 分色显示等功能 [ wAP push开发所需源码 哈哈, 不错 [ATCLib.rar] - 使用gsm modem发送sms/wap push,同时也支持解析mms notification,从而可以使用普通gsm modem接收彩信 [Quick_WAP_push_Application_Guidelines_1.02.rar] - Quick_WAP_push_Application_Guidelines_1.
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:107108
    • 提供者:wang
  1. tstril

    0下载:
  2. The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem device. To achieve this it is closely modelled after the GSM AT command int
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:186185
    • 提供者:徐小传
  1. cdrom

    0下载:
  2. The CD ROM driver is used with Classpnp.sys to provide access to CD ROMs and DVD ROMs. It supports Plug and Play, Power Management, and AutoRun (media change notification). It is 64-bit compliant.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:422764
    • 提供者:zzj
  1. USBNotificationExample

    0下载:
  2. This project shows how to use the IOKit notification mechanism to register to be notified when devices come and go. It uses the Cypress/Anchor EZ-USB chip. (Look at the following example for another way to get notified when a device is unplugged).
  3. 所属分类:USB编程

    • 发布日期:2008-10-13
    • 文件大小:912838
    • 提供者:zldragon
  1. connpoints

    0下载:
  2. SUMMARY Since a Visual Basic client doesn t handle events directly from late-bound COM objects, it needs some way to capture all the events and parameters launched by any COM object server instantiated at runtime and not known at design time. This ar
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:65628
    • 提供者:ygc
  1. IImage

    1下载:
  2. wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification handler code here CString defFilter(\"选中其中一个文件|*.bmp *.jpg *.gif *.png\") CFileDialog dlg(TRUE,NULL,NULL,OFN_ALLOWMULTISELECT,defFilter) i
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:20617
    • 提供者:lzy
  1. RestoreUSI

    0下载:
  2. 此通讯程序非常好用,一定不要错过哦,如果有问题请发MAIL通知,不需要解压密码-this communication process is very useful, we should not miss, oh, if there are problems please send mail notification, not extracting passwords
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:141267
    • 提供者:涂求汝
  1. 20050120091918_MySerialPort[2004-01-18-01]

    0下载:
  2. 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:46411
    • 提供者:刘云鹏
  1. 物流管理系统

    2下载:
  2. 软件说明书 目录 1登陆 2客户服务 2-1入库操作 2-1-1补单操作 2-2派送通知 2-2-1补单操作 2-2-2新增客户 2-3提货通知 2-4到货查看 3仓库管理 3-3仓库入库 3-4仓库出库 4分拣操作 5调度管理 5-1提货调度 5-2派送调度 6签收操作 6-1入库签收 6-2派送歉收 7条码录入 8定单管理 9查询操作-software manuals Contents a landing two customer service 2-1 warehousing operat
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2248957
    • 提供者:碧枫
  1. 文件被改变通知程序的文章

    0下载:
  2. 文件被改变后通知的程序,这对我们在做文件编辑器的时候有参考价值,以防造成程序运行中的错误-document has been altered after the notification procedures, which we are doing right editor for the reference value, operating procedures to avoid causing the mistakes
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:16775
    • 提供者:林秋秋
  1. [笑语制作]播放flash

    0下载:
  2. 利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shoc
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:47445
    • 提供者:林风
  1. 网上上课系统

    0下载:
  2. 一个服务器端,两个客户端:student和teacher两者权限不一,更能不一;能进行简单的选课、发送通知等功能-a server, two clients : student and teacher competence of the two different and more mixed; Can a simple classes, sent notification function
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2810965
    • 提供者:唐云祁
  1. AClass2PrintRecordset

    0下载:
  2. 打印预览设计Few things to note.1. If you make rowheight too small the text will be printed in the cell one below that cell.2. If you want to print field names issue PrintFields method. This method should always be used before PrintOut method.3. Font is not
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:29553
    • 提供者:zz
  1. mail2sms

    0下载:
  2. 用JAVA MAIL 1.2实现在邮件到达通知程序!-with Java 1.2 MAIL achieve arrived in the mail notification procedures!
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:12904
    • 提供者:朱阿福
  1. updateonline

    0下载:
  2. 使用 Http 在线自动升级程序: 近几日一些程序老要修改点小毛病,为避免每次都通知程序使用者,便有想做一个在线自动升级的程序。在VCKBase看到一个是使用 FTP 的,想到 FTP 需要用户名密码,许多程序如KFW 防火墙都能监看到程序发送的数据包,为防止密码泄露,故自己选用Http来做更新。我的思路是用命令行传递程序名称、版本号和 Update.ini 配置文件的 URL。-use automatic escalation procedures : in recent days some
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:179229
    • 提供者:aaa
  1. troja

    0下载:
  2. 木马源程序 /*实现了以下功能: 1.IP变换后自动发送Email通知 2.nt/window2000下绑定cmd,98下绑定command 3.sniffer整个无交换网络的telnet pop3密码功能 */ // troja3.cpp : Defines the entry point for the application. //written by Justin 小鱼巫师 2002年5月-Trojan source / * achieve the following functions
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3953
    • 提供者:鱼巫师
  1. Senfore_DragDrop_v4.1

    0下载:
  2. Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
  3. 所属分类:Windows编程

    • 发布日期:2011-12-21
    • 文件大小:2130304
    • 提供者:smj_9547
  1. Android 课程表

    0下载:
  2. Android 课程表 SQLite Notification-Android curriculum
  3. 所属分类:android开发

    • 发布日期:2017-04-01
    • 文件大小:82546
    • 提供者:ChrysanWu
« 1 2 3 4 5 67 8 9 10 11 ... 42 »
搜珍网 www.dssz.com