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

搜索资源列表

  1. C++工具提示

    0下载:
  2. c++提示扩展工具代码-c prompt expansion tool code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32.4kb
    • 提供者:
  1. 用VC6.0实现漂亮的自定义多功能提示窗口

    1下载:
  2. 用VC6.0实现漂亮的自定义多功能提示窗口-with VC6.0 achieve beautiful custom multifunctional prompt window
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:56.79kb
    • 提供者:崔振峰
  1. 控件上带提示条

    0下载:
  2. 给对话框上的控件添上提示条-dialog to add the control of the prompt
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:33.62kb
    • 提供者:宋恩博
  1. VB Tips manager and 120K sample code file

    0下载:
  2. VB提示信息的一种定义风格,对于像自定义提示信息的朋友应该还是可以看看的-a VB s define style of prompt information ,if you are do a custom prompt information ,you shoule read the file
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:89.68kb
    • 提供者:焦明
  1. 歧路热线

    0下载:
  2. A.执行SPLIB B.执行SPDOS C.装载拼音模块D.装载五笔字型输入模块32.在汉字输入状态下, 按下Shift+A组合键后,输入了_______。 ... A.按原代码方式B.按指定字体C.按标准方式D. 按分栏方式41.FoxBASE启动后,在圆点\".\"提示符下,执行命令文件MAIN. -A. Executive SPLIB B. Implementation SPDOS C. loading D. Pinyin module loading WBZX module 32. Th
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:41.56kb
    • 提供者:蒋磊
  1. alarmxp

    0下载:
  2. 智能报警器 能探测三十米内可疑对象 带语音提示与时钟报警功能-Intelligent Alarm can detect suspicious objects within 30 meters with voice prompt and alarm clock functions
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:2.57kb
    • 提供者:阳某
  1. 编译原理实验_课程设2005

    0下载:
  2. 本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展-this program is the role of TEST language lexical analysis. 2, double-click operation input file name,
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:129.32kb
    • 提供者:数据库
  1. 页边距归零测试

    0下载:
  2. 页边距归零测试程序,不会弹出提示的dll,使用到RM5.13和FastReport3.18-page margins zeroing testing procedures will not pop-up prompt dll, and the use of RM5.13 FastReport3.18
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:20.5kb
    • 提供者:陈文炜
  1. myFirstCom

    1下载:
  2. VC6.0编译,这是一个简单com例子,适合初学者学习。先运行regcom.bat注册com,再在command提示符下运行CallCom.exe,则com被调用。-VC6.0 compiler, which is a simple example com, for beginners to learn. First running regcom.bat registration com, again the command prompt running CallCom.exe, com was
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:36.18kb
    • 提供者:蒲川江
  1. 关机ccv1.0

    0下载:
  2. 定时关机软件 实现简单的定时关机功能 可以设置到时有提示或无提示的关机-Mytob.BSNotes software simple Mytob.BSNotes functions can be set up to suggest when or prompt shutdown
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:942.55kb
    • 提供者:天为
  1. 20060308008

    1下载:
  2. 一个语音提示的VB源码,代码简单明白。 可用于编写收费或业务等软件上的语音提示功能。-a voice prompt the VB source code, the code simple to understand. Charges can be used to write software or business on the voice function.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:117.18kb
    • 提供者:黄磊
  1. XCOPY

    0下载:
  2. 用c语言实现dos下xcopy提示符的功能,即复制文件夹-language used under dos This prompt the function, which is to copy the folder
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.32kb
    • 提供者:乐乐
  1. bat

    0下载:
  2. 批处理文件有时很有用 扩展名是bat(在nt/2000/xp/2003下也可以是cmd)的文件就是批处理文件。 首先批处理文件是一个文本文件,这个文件的每一行都是一条DOS命令(大部分时候就好象我们在DOS提示符下执行的命令行一样),你可以使用DOS下的Edit或者Windows的记事本(notepad)等任何文本文件编辑工具创建和修改批处理文件。 其次,批处理文件是一种简单的程序,可以通过条件语句(if)和流程控制语句(goto)来控制命令运行的流程,在批处理中也可以使用
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9.66kb
    • 提供者:grant
  1. XPScroll

    0下载:
  2. 随想WindowsXP风格VB滚动条控件(V1.0)是继广受好评的随想WindowsXP风格VB按钮控件(V1.0)的第二个WindowsXP风格系列控件产品,基于内部控件VScroll和HScroll基础构建,具备VScroll和HScroll的基本特性,并支持键盘方向键和PageUP、PageDown键,可以完全取代VScroll和HScroll。该控件的问世为推出支持滚动条的TextBox、ListBox、ComboBox控件的WinXP版本提供了可能性。本控件分为三个版本:蓝色、翠绿、
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:228.77kb
    • 提供者:王云霞
  1. FileAlarm

    0下载:
  2. 实时监测被其打开的文件,当文件被其他程序更改时,发出警告并提示;若文件移走或删除发出警告并提示。-real-time monitor its open file, the file other procedural changes, warnings and prompts; If the document to delete or remove the warning and prompt.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:31.87kb
    • 提供者:云柏儿
  1. clip_graph

    0下载:
  2. 本源码给出了实现线段和矩形的裁剪算法. 包含有一\"图形裁剪\"文件夹 实验步骤的简要提示的WORD文档--Grphics experiment NO4-图形裁剪.doc 一可执行文件-- 图形裁剪.exe - The source code has produced the realization line segment and the rectangle cuts out the algorithm Contains has a \"graph to cut out
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:85.5kb
    • 提供者:于心不甘
  1. trayicon3

    0下载:
  2. 任务栏图标例子程序,支持球形提示窗口等,使用方便。-icon on the task bar examples procedures, support spherical prompt window, easy to use.
  3. 所属分类:Shell编程

    • 发布日期:2008-10-13
    • 文件大小:50.5kb
    • 提供者:捞稻草
  1. TextHello

    0下载:
  2. VC# command prompt program that displays Hellow world.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:19.91kb
    • 提供者:krish
  1. vc_function_to_achieve_prompt_implementation_of_in

    0下载:
  2. vc实现提示信息功能实现源码vc function to achieve prompt implementation of information source -information function to achieve prompt implementation vc source vc function to achieve prompt implementation of information source
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:25.18kb
    • 提供者:ws
  1. prompt

    0下载:
  2. 仿MSN提示框 仿迅雷提示框 托盘右下角弹出来的提示框,动画效果-Imitation MSN prompt box imitation Thunder boxes
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:152.22kb
    • 提供者:fjsnowmail
« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com