Welcome![Sign In][Sign Up]
Location:
Search - shortcut

Search list

[OtherPB函数大全

Description: PB函数大全 简洁,实在. 为你提供学习捷径-PB function Daquan simple, really. Learning to provide you with a shortcut
Platform: | Size: 337920 | Author: 李昊 | Hits:

[Delphi/CppBuilderdelphi_function

Description: DEPHI 函数大全 为DEPHI开发人员提供捷径.-DEPHI function Daquan DEPHI developers to provide a shortcut.
Platform: | Size: 5120 | Author: 李昊 | Hits:

[Windows Developanalyseshortcut

Description: shortcut analysis,分析快捷方式的文件结构-shortcut analysis, analysis of the document shortcuts structure
Platform: | Size: 4096 | Author: 五天 | Hits:

[OS program超级菜鸟黑客速成图文教程

Description: 对于菜鸟来说,这是一本速成的好书,能够使菜鸟成长为Hacker!-for birdie, this is a shortcut to the books, to make a birdie grow Hacker!
Platform: | Size: 329728 | Author: 王耀 | Hits:

[GUI DevelopShortCut2

Description: 如何创建程序的快捷方式! 可以参考这个例子-procedures on how to create a shortcut! This can refer to examples
Platform: | Size: 41984 | Author: 开心 | Hits:

[ListView/ListBoxDOSgssc

Description: 这是一本非常实用的书籍,写明了成为DOS高手的捷径-This is a very practical book, written in the master DOS as a shortcut
Platform: | Size: 397312 | Author: 龙巨波 | Hits:

[Windows Develop怎样获取快捷方式所指向的目标文件名

Description: 怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
Platform: | Size: 3072 | Author: | Hits:

[VC/MFCC++编程常用捷径

Description: VC编程常用捷径 VC变成常用的一些捷径1-68 例如:1. 如何获取应用程序的 实例句柄? 应用程序的 实例句柄保存在CWinAppIm_hInstance 中,可以这么调用 AfxGetInstancdHandle获得句柄. Example: HANDLE hInstance=AfxGetInstanceHandle() -VC common programming shortcut VC into some commonly used shortcut 1-68, for example : 1. How to obtain application examples handle application examples in CWinAppIm_hInstance handle preservation, so it was called AfxGetInstancdHandle handle. Example : HANDLE hInstance = AfxGetInstanceHandle ()
Platform: | Size: 48128 | Author: 李白 | Hits:

[Printing program98BOOT

Description: Delphi的主窗口位于屏幕的上端,包括Menu(菜单)、Speed Bar(加速条)和Component Panel(部件选项板)。Menu是下拉式主菜单。Speed Bar位于主窗口的左下端,由两排共14个加速按钮组成。这些按钮是菜单功能的快捷方式,各种图标直观地表示了它能执行的动作ponent Panel由一行、若干页对象按钮所组成,利用它来选择需要的部件并将它放到窗体中去。  -Delphi main window screen at the top, including the Menu (menu), Speed Bar (acceleration) and the Component Panel (components option board). Menu is the main drop-down menu. Speed Bar located at the lower left edge of the window by two platoon, a total of 14 components accelerate button. These functional menu button is a shortcut to various visual icon said it was able to execute the moves by his ponent Panel, a number of pages comprising Object button, use it to choose the components into the form it will go.
Platform: | Size: 993280 | Author: 小许 | Hits:

[GIS programQuartTreeNode

Description: qt实现四叉树搜索,书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-qt achieve quadtree search, book on the Windows operating system is an internal mechanism dedicated to the authors start from the basic concept, a comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL, and listed a large number of applications, and incisive analysis of the constitutive pieces of the use, in order to keep Windows programming skills provided an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Platform: | Size: 3072 | Author: zww | Hits:

[source in ebookjava类库实例

Description: java类库详细讲解,配以实例,是掌握java类库的捷径-explain in detail, and with examples- is a shortcut to java class libraries
Platform: | Size: 5726208 | Author: 寒风 | Hits:

[JSPJavaDeveloperGuide

Description: 这本电子书能成为你快速掌握 Eclipse 捷径,这本简明扼要地介绍了 Eclipse 的概貌,包括菜单、视图、参数选择、编辑器,以及团队开发和调试技术,重点部分配有大量的例子,对想学用 Eclipse 开发 Java 程序的应该很有帮助。 -this electronic book can be your grasp Eclipse shortcut, this concise introduction of the Eclipse picture, including the menu, View, parameter choice, Editor, and the team development and debugging technology, focusing on examples of some correction, I wanted to learn to use Eclipse development Java programs should be helpful.
Platform: | Size: 6972416 | Author: ssd | Hits:

[Button control5.如何使用回车键切换输入焦点?

Description: 通过回车键改变窗口按钮的焦点,防止按回车键程序直接退出。-shortcut through the window button to change the focus to prevent the press the Enter button directly from.
Platform: | Size: 34816 | Author: 北京城 | Hits:

[Internet-Networkstyuxin

Description: 汕头育新学校学籍与成绩管理平台是集学籍管理与成绩管理于一体的网络互动平台。功能强大、使用简单、高效速成、安全方便,其主要功能如下: 一、学籍管理简洁。初始输入时只需要输入学生学号、姓名、班级,其它资料可由学生自已填写;班级如有更改,只需鼠标轻轻一动即可完成,也可批量更改班级信息。 二、成绩管理与学籍管理绑定。可由学生学籍查成绩,也可由成绩查看其学籍。 三、学生成绩管理人性化,完全仿Excel,只需输入成绩,学号和姓名自动填充,同时可进行批量输入。 -Shantou sterile expulsion new schools and performance management platform is set expulsion management and performance management into an interactive platform. Powerful, easy to use, efficient shortcut, safe and convenient, its main function is as follows : 1, student management simple. The initial entry may only require students to learn, name, class, the other students own the information could be filled in; Classes are subject to change. only a gently moving the mouse can be completed, and can be mass changes to class information. Two, management and performance management bundled with expulsion. Inquiries may be the Student achievements and also to check his results can be expulsion. Three students performance management humanized completely fake Excel, only need to input performance, l
Platform: | Size: 513024 | Author: 卢业敏 | Hits:

[Otherkaijie

Description: 该程序讲解了怎样在程序中区创建一个快捷方式-explain the procedures of how the procedures to establish a shortcut
Platform: | Size: 32768 | Author: | Hits:

[GUI DevelopVBsimpleexample4(2-6)

Description: 控制其他程序成为自己的子窗体、在任务栏上加上程序图标、获取运行程序(控件)名称和内容、锁住Windows直到输入正确的口令、禁止创建快捷方式出现“快捷方式”四个字-other procedures to control their own forms of son, on the task bar with icons, operational procedures for access to (control) the name and content, Windows locked until the correct password. create shortcuts to prohibit a "shortcut" words
Platform: | Size: 11264 | Author: 张国胜 | Hits:

[Internet-NetworkCWgbook102

Description: 1、留言写,回复,删除 2、支持在线颜色配置以及其他基本UBB语法 3、可以首页调用 4、可以随时备份留言数据 5、可以过滤词语,防止留言者发脏话 6、可以禁止特定的ip地址发言,防止有人故意捣乱 7、可以自定义发贴的快捷方式 8、可以搜索留言 -1, the message was written reply, delete two support online color configuration and other basic UBB Grammar 3, Page 4 can be called, at any time five backup data messages can be filtered words, sent messages to prevent foul-mouthed 6, ban specific ip address speakers to prevent any deliberate disruption 7, can define a shortcut sent eight, messages can search
Platform: | Size: 238592 | Author: 陈鹏 | Hits:

[WEB CodeFVML3.0

Description: 本压缩包共包含: VML极道教程 - 最好的VML教程 FlashVml(闪耀之星)3.0 中文版、英文版 - 最强的VML开发工具 推荐解压、浏览方式: 建议解压缩至D或E盘任意位置(防止常重装系统的用户丢失) index.htm文件即是《VML极道教程》的核心阅读器,建议复制快捷方式到桌面 vmljdjc目录里包含了《VML极道教程》所有的文章内容文件、示例文件、flashvml3.0中英文版 建议打开vmljdjc目录,为flashvml3.htm(中文版)复制快捷方式到桌面 以后就可以直接在桌面打开《VML极道教程》学习,打开flashvml闪耀之星从事开发工作。 如果你是主页、网站站长,想将VML极道教程+FLASHVML完全上传到你的站点 那么直接将index.htm、vmljdjc目录全部上传即可,无需任何路径、名称修改 本说明文件看过后可以删除。 原作者/版权所有:沐缘华(原昵称:风云舞) -16:57 2005-2-25 让WEB因我们而改变!-the compression packages include : VML extremely Road Directory-the best guide FlashVml VML (Blazed Star) 3.0 version. English-strongest VML Development Tools Suggest unpack, browsing : proposals to extract the D or E was arbitrary location (often heavy equipment to prevent the loss of customers) that the document index.htm "VML extremely Road Guide," the core of readers, proposed copy shortcut to the desktop vmljdjc directory contains a "very VML Road Guide" all contents of the articles documentation, samples, flashvml3.0 version recommended to open vmljdjc directory, for flashvml3.htm (Chinese version) copy shortcut to the desktop they can open directly on the desktop "VML extremely Road Guide" study, open flashvml Blazed Star engaged in development work. If
Platform: | Size: 2208768 | Author: 可爱的中国 | Hits:

[BooksPWM2

Description: 这是非常有用的单片机控制步进电机的程序,对你掌握步进电机的有更好的捷径。-This is a very useful SCM stepper motor control procedures, you have at your disposal Stepper Motor better shortcut.
Platform: | Size: 1024 | Author: 吴氏 | Hits:

[OtherIPv6_Introduction

Description: IPv6详解,详细叙述了协议内容和工作过程,是学习网络的捷径! -Elaborates on IPv6, a detailed description of the agreement and the work process, learning network is a shortcut!
Platform: | Size: 4009984 | Author: pk | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net