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

Search list

[Windows DevelopSerialsPort

Description: 串口精灵源代码, 有很高的参考价值. AppWizard has created this CommWizard application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.-serial Wizard source code, a high reference value. AppWizard has created this CommWiza rd application for you. This application not on ly demonstrates the basics of using the Microso ft Foundation classes but is also a starting poi nt for writing your application.
Platform: | Size: 46482 | Author: 刘利峰 | Hits:

[Windows Developddkwz

Description: ddk wizard for vc programe
Platform: | Size: 12586 | Author: cyh | Hits:

[Windows Developddkwzdemo

Description: ddk wizard demo for vc programe
Platform: | Size: 104282 | Author: cyh | Hits:

[ToolBarVC6_toolbar

Description: 6.0关于工具条的设计,包括如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-6.0 on the tools of the design, including how to amend the MFC AppWizard Wizard generated in the framework of the procedures appearance and size, the icon changes, cursor, background of the three methods. How to increase and delete the toolbar button, how to increase application toolbars, how to display and hide the toolbar. Custom status bar, the status bar add clock, CTime category and usage. Add the state of progress of the column (the main window after the immediate progress of the ingenious idea, OnCreate function not directly address that we had to use information from the definition of the methods). Coordinates of the mouse, in which access to state CView column object in several ways. Application procedures for how to add the startup screen.
Platform: | Size: 57990 | Author: 常攀峰 | Hits:

[WinSock-NDISWindowssocket

Description: 应用程序向导已为您创建了这个 SockTest应用程序。此文件包含组成 SockTest 应用程序的每个文件的内容摘要。-Application Wizard you have created this SockTest applications. This document contains components SockTest application of the contents of each document summary.
Platform: | Size: 20925 | Author: mcf | Hits:

[ELanguageSoccerDoctor

Description: The application wizard has created this SoccerDoctor application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application. -The application wizard has created this So ccerDoctor application for you. This applicat ion not only demonstrates the basics of using th e Microsoft Foundation Classes but is also a sta Lye point for writing your application.
Platform: | Size: 208986 | Author: 王揌 | Hits:

[Driver DevelopDriverWizard_src

Description: 驱动开发向导 I came across an article QuickSYS which implements an NT driver framework. That article demonstrates a MFC application that gets a project name as a parameter and creates Visual C++ workspace with NT driver framework. I decided to copy the NT driver framework source and to put it in the Visual Studio project wizard as seen above. This is simpler rather than running an external executable application that generates the code for you.
Platform: | Size: 17266 | Author: 周惠 | Hits:

[CSharpWizardForm

Description: 向导开发模式,该源码介绍了如何开发出一个具有向导功能的对话框-guide development model, the source code explains how to develop a Wizard dialog function
Platform: | Size: 24643 | Author: 小雨 | Hits:

[Game ProgramJDweep2

Description: 紫色精灵作很久才做出来的,大家来试试看吧 -purple wizard for a long time before they do things, but there Give it a try
Platform: | Size: 269165 | Author: 陈朝阳 | Hits:

[Special EffectsAMVGenConver

Description: AMV精灵/AMV助手常见问题收集(最全 最好的AMV问题大全) 前言:自AMV精灵/AMV助手今年3月发布以来,在各大下载站都名列前茅。有许多热心的网友都给我发来邮件,提供了许多的建议和问题。在这里,本篇文章收集了常见问题以及解决方法,方便大家查询。 -AMV Wizard / AMV Help FAQ collection (most of the best all issues Solutions AMV) Introduction : Since AMV Wizard / AMV aides issued in March this year, the major stations have been downloaded forefront. There are many enthusiastic netizens gave me a mail to provide many of the suggestions and questions. Here, this article collected common problems and solutions to facilitate inquiries.
Platform: | Size: 1510822 | Author: Liweu | Hits:

[OtherOK_FAQ

Description: 用模拟精灵运行的自动确认脚本,代你的批量处理自动确认完成.-simulated operation of the Wizard automatically recognizes script, substituting your batch-processing automatically identifies completed.
Platform: | Size: 1171 | Author: plazing | Hits:

[Driver DevelopQuickSYS_0_3_0

Description: 类似于驱动向导的程序(函代码),可以方便的生成驱动的框架!-similar to the wizard-driven procedure (honor code), to facilitate the production-driven framework!
Platform: | Size: 24931 | Author: 刘用 | Hits:

[Other resource4543523452345

Description: sopc串口测试程序,能够通过串口调试精灵对其进行测试-sopc serial testing procedures, through its serial debugging Wizard test
Platform: | Size: 868 | Author: 赵阳 | Hits:

[OpenGL programOpenGLCustomFrame

Description: 在VC++中开发OpenGL应用程序的基本框架,利用此源码可以生成wizard中的的custom project,以后编写的代码都可以根据此选项生成。-in VC OpenGL application development of the basic framework use this source code can generate wizard of the custom project. After the preparation of the code can be generated under this option.
Platform: | Size: 34069 | Author: zhangwei | Hits:

[Dialog_WindowmyCustomWizard

Description: 用VC++创建自定义向导程序. 设计的基本思路: 1. 采用标准的向导的工作方式。每一步就是一个对话框,向导本身也是一个对话框,用来容纳每步对话框. 2. 每步的对话框应 该没有Title、没有边界、样式为Child,当点击“下一步”或“上一步”时,将这个 对话框定位到要显示的位置。 3. 因为向导一般都包含很多步,为了管理这些页,我们可以创建一个链表来管理每一步的对话框。 4. 为了方便对话框定位,可以事先定义好位置。 -VC Wizard to create custom procedures. Design of the basic ideas : 1. The standard guide the way. Each step is a dialog box, the wizard itself is a box, to accommodate every step dialog. 2. Every step of the dialog should not Title, no border, forms of Child, When clicking on the "Next" or "step" to the positioning of the dialog box to show the location. 3. Wizard because generally contain many steps, in order to manage these pages. We can create a linked list to manage every step of the dialog box. 4. To facilitate positioning dialog can be defined prior good position.
Platform: | Size: 36058 | Author: 小秋 | Hits:

[Other resourceCOMandATL

Description: 本书主要是讲述组件编程,本书将各个部分分开,向导式的讲解了组件从开发到应用的全过程-the book is mainly about COM programming, this book will be separated from all parts, Wizard of talks in the components of the application from the development of the whole process
Platform: | Size: 191849 | Author: priest | Hits:

[Dialog_WindowBCGPApp

Description: 网上流传的BCGPcontrolbar库只支持创建具有英文界面的应用程序,本人经过两天的努力制作了这份中文向导.-BCGPcontrolbar spread of the Internet only in support of the English interface with the application procedures , after two days of my efforts produced this Chinese Wizard.
Platform: | Size: 530711 | Author: dhyao | Hits:

[Editormake_ssreader

Description: 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Example.cpp 这是主应用程序源文件。 包含用于显示窗体的代码。 Form1.h 包含窗体类的实现和 InitializeComponent() 函数。 AssemblyInfo.cpp 包含用于修改程序集元数据的自定义属性。-document outlining the composition of Example applications of each document. Example.vcproj This the application to use the wizard generated VC project's main project documents. It contains the document generation Visual C version. and the use of application guide choice of platform, configuration and information on the functions of the project. Example.cpp This is the main application source files. Forms for the show included the code. Form1.h Form category includes the realization and InitializeComponent () function. AssemblyInfo.cpp contains revised procedures for the collection of metadata from the definition of attributes.
Platform: | Size: 29731 | Author: 李楠 | Hits:

[Other resource20074119381669225

Description: 在学VFP时,首先看到的就是在数据库表中可以定义字段级规则和记录级规则,有人用过吗?我想很少。为什么?因为正常情况下,所定义的规则,是数据库引擎所产生的错误提示,很不美观。用VFP的表单向导做的表单,很好的解决了这个问题。它是如何解决的呢?我不知道有人是否对这个问题耿耿于怀,反正我是这样。N年后,我终于明白了它该如何来使用。你呢?还不明白?下载文件看看吧。也许,可以改变很多你对VFP的认识。来自我站:http://www.chinavfp.com-school VFP, is the first to see the tables in the database field can be defined rules and record-level rules, It was used? I think very few. Why? Because under normal circumstances, as defined in the rules, is a database engine from the errors, and it is very beautiful. VFP form with the Wizard do form, a good solution to the problem. How has it been resolved? I do not know whether it was the right heart, I do anyway. N years later, I finally understand how it used to. You? Still not understand? Download and watch it. Perhaps, you can change many of VFP awareness. From my station : http://www.chinavfp.com
Platform: | Size: 11890 | Author: 老何 | Hits:

[OS programkbms_robot

Description: 本程序可通过配置脚本自动执行鼠标和键盘的动作,相当于一个脚本精灵吧。我自己编的程序,自我感觉很好用。-this program through the implementation of automatic configuration script mouse and keyboard action, which is equivalent to a script wizard it. I developed the procedure with a good sense of self.
Platform: | Size: 114467 | Author: 周善人 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net