搜索资源列表
howtocreatedynamicCBinC++
- 滑动控件是Windows中最常用的控件之一。一般而言它是由一个滑动条,一个滑块和可选的刻度组成,用户可以通过移动滑块在相应的控件中显示对应的值。通常,在滑动控件附近一定有标签控件或编辑框控件,用于显示相应的值。滑动控件在应用程序中用途级为广泛,如在桌面的属性中就可以看到。为此,让我们一起来看一下它的实现方法。-Sliding Windows Control is the most commonly used one of the controls. Generally it is a slidi
vbck
- 使用VB编程的人员如果需要在Windows下使用串口控制顾客显示屏或串口打印机,有很多种方法,可以使用OCX控件也可以使用动态连接库的方法。我们这里提供两种方法-use VB personnel if needed in the use of Windows customers serial control or Serial Display printers, there are many ways they can use OCX Controls can also use dynamic
Regsvr32
- Regsvr 32命令是Windows中控件文件(如扩展名为DLL、OCX、CPL的文件)的注册和反注册工具。 注册了以下dll文件 -Regsvr 32 orders Windows controls (such as the extension DLL, OCX, the CPL) for the registration and anti-registration tool. Dll registered the following documents
TJFTManual
- A Windows FTP client written without CInternetSession or CFtpConnection classes. Demonstrates manual manipulation of Winsock sockets, FTP principles, and GUI concepts such as List controls with in-place label-editing and column sorting, progress indi
ADG_Chin_Ver2_50
- EPSON OPOS ADK Version 2.50E 的手册,中文版,《OPOS ADK 应用程序开发指南--基本功能》-EPSON OPOS ADK offers standardized API functions that interface with peripherals used in POS systems through ActiveX controls that can be run in Visual Basic, operating on the Windows
MEDriver
- MEDriver is implemented as a Windows Forms application. It uses the ATL sample CONNECT as the COM server, and it wraps and uses its interface IRandom and source interface IRandomEvent through CoRandom and IRandomEvent_FireEventHandler as if it was a
Kylix.ocx
- Kylix.ocx 将KylixSMS.ocx拷贝到windows\system32下。 在delphi中安装次控件。-Kylix.ocx will KylixSMS.ocx copy next to the windows \ system32. Controls installed in delphi.
Windows-Student-Management-System-
- 在VC中设计对话框及菜单,将对话框控件DataGrid与Access数据库表student相连,实现VC中的操作对数据表进行修改。 -In VC design dialog box and menu, the dialog box controls DataGrid with Access database table student connected to the VC operation to modify the data table.
VBAbj
- 可能是这个宏使用了附加控件,或引用,你在复制时可将包含这个文件的文件夹全部自制过去试试, 如果不行,就调VB编辑器,通过“工具”—“附加控件”,看宏使用了哪些附加控件,然后现通过Windows查找,找到所附加的控件,一同复制到新机子上。注册一下就可用了,如果宏加了密码。不能查看宏。 -This macro uses an additional control, or reference, you can copy this file folders will contain all h
hotel-M-S-ceshi
- 《酒店管理系统测试计划书》 《酒店管理测试用例指导书》 测试用例。 测试对象描述 酒店管理系统,可以提供,订餐,刷卡,包厢等业务。 测试环境描述 Windows xp sp3,杀毒软件,安全控件。 -Hotel management system test plan " Hotel Management test case instructions" test cases. The test object descr iption hotel managem
LgxGrid
- LgxGrid是一款功能强大的表格(报表)控件,使用这个控件,你可以轻轻松松地为你的应用程序创建各种表格用户界面,大大加快你的开发效率,更好地满足你的客户需求。 无论是使用LgxGrid控件开发传统的Windows应用程序,还是开发基于B/S的Web应用程序,都会给你带来意想不到的惊喜! 最新版本新增公式和处理大量数据的功能,打印功能更为完善。 Lgxgrid控件内含详尽的中文帮助文档和C#、VC、VB、ASP.net例程,无论你是初学者还是资深的程序员,Lgxgrid控件都会让你得心应
Keyboard
- Windows XP开始及以后,Windows提供新的输入框架TSF,是基于COM的。实际上,到了Windows Vista,Windows 7,所有的应用程序和各种输入控件都是优先使用TSF的实现-Windows XP start and later, Windows offers a new input framework for TSF, is based on COM. In fact, to the Windows Vista, Windows 7, all applications
opc-client-guide-VB
- OPC客户端程序设计 使用本书的示范源程序之前,你必须复制和注册必需的OPC服务器,代理-占位DLL,和ActiveX控件: 1. 把配置的光盘插入光盘驱动器, 然后用浏览器打开光盘。 2. 拖动含有示范源程序的文件夹"\Samples", 并将它放在要存放示范源程序的硬盘文件夹中(比如:C:\)。 3. 单击[开始]按钮,然后选择[运行]菜单。单击[浏览]按钮并选择OPC注册批处理文件 "\Samples\Bin\RegOPC.BAT"。 4. 单击[OK]按钮就可
VC-Vi-UI-design
- 在windows平台下,如何通过vc集成Labview的控件,从而定制测试界面-On Windows OS,how to using Labview controls in VC IDE for customed UI design
对外部程序进行控制实现操作自动化
- 本文讨论如何对外部程序进行控制,实现操作自动化的各种方法。在实际工作中,经常会遇到需要对现有的其它人编写好的程序窗口中的文本框、按钮等各种控件进行输入、点击等控制,从而实现操作自动化。由于这类程序是由别人编写的,自己没有原程序,无法通过修改程序,实现对程序的控制,所以我们只能另想办法。在现实中,可以把程序窗口分成两类,一类是标准的windows窗口,另外一类是网页式窗口,对于这两类窗口中的控件,其控制方法是不同的,下面分别进行介绍。(This article discusses ways to