搜索资源列表
gridDateBox
- 在grid的控件中内嵌日期控件,请点击grid的最后一列,可以看到增加的日期控件,可以通过这个选择日期-control of the grid which controls embedded date, click grid of the final one. increase can see the date controls, through the date of the option
VB-manupg
- 本程序是往一菜单中加入图标的小程序,可嵌套入其他程序。-this procedure is to add a menu icon on the small procedures, nested into other procedures.
UFO8
- 供应用友财务通、U8软件、速达全系列软件. ... l 报表数据接口:提供与久其报表的接口:符合财政部统计评价司要求的数据接口软件,它可以独立运行,也可以内嵌其它软件中运行,它按照您定义的指标从用友账务中取数。
MyLibrary
- 关于一个用户自定义控件的一个工程,功能主要是在一个用户自定义控件中嵌套另外一个
DlgNesting
- 实现对话框之间的嵌套显示,可以把一个对话框嵌入另一个对话框中。做界面很有用的
ListCtrlExDemo
- 可以实现最多的LIST功能,包括lsit中的按钮,checkbox,PIC,各种内嵌控件-Can achieve up to the LIST, including lsit the button, checkbox, PIC, a variety of embedded control
Panel
- 这是vc用对话框做面板的源码,可以将各个对话框嵌套在一个主对话框中-This is vc dialog box to do with the source panel, the various dialog boxes can be nested in a main dialog
Asm_C
- 这是一个C语言与汇编混编的例子实现绘图,调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。 而本章例子中,因为MICROCAD.C内嵌汇编代码,读者要在命令行下输入tcc -B D:\TC\source\MICROCAD\MICROCAD.C,来编译MICROCAD.C。注意,在汇编的时候TC要调用TASM.exe。-
VBS_HTA_GUI
- VBS脚本的GUI界面——HTA简明教程 内嵌脚本到一个GUI界面 scr iptomatic源代码——hta的经典代码 解决HTA中文件名有空格 简单的邮件发送客户端-hta-VBS scr ipt GUI interface- HTA Concise Guide
Source
- 在DataGrid控件中内嵌DropDownList子控件-Embedded in the DataGrid control DropDownList control sub-
vbfrom
- VB里窗体嵌套的问题,form1中嵌套其它窗体若干(form2,form3....),当点击form1的command1时候,其它form显示在form1中,并且任意拖动不会脱出form1,最好其它form在form1中固定的区域拖动,当form1移动时候其它form在窗体中位置不会变-VB problem in nested form, form1 other form in a number of nested (form2, form3 ....), when command1 click
MixFigure
- matlab与VC混合编程实例,将Matlab图像显示函数直接使用在C中,并嵌于编辑框或列表框显示-matlab programming examples mixed with the VC, the Matlab image display function is used directly in C, and embedded in the edit box or list box displays
Interactive
- 我们目前的项目程序普遍使用 Delphi 客户端内嵌 Internet Explorer 的方式实现,在开发过程中,由于不同的页面经常需要做一些特殊的处理,从而经常涉及到网页和客户端交互的过程。 在以往的项目中,我们大都通过在 Delphi 中捕获浏览器某个对象的事件的方式来解决,随着需要交互的地方越来越多,客户端的代码也由于增加了大量的代码变得难以维护,同时这些代码页不具有通用性,一旦换到另一个项目,绝大部分的事件处理代码随之废弃。而从网页向客户端传递数据我们以前大都采
CustomDataGridView
- 自定义 Windows 窗体 DataGridView 控件 现有的几种嵌套控件,但无时间控件类型,下载代码中就是嵌套了时间控件类。 System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms.DataGridViewComboBoxColumn, System.Windows.Forms.DataGridViewCheckBoxColumn, DataGridView
CHListCtrlEdit-Button-and-Combo
- 在控件ctrlList中,内嵌edit,button 和 combox控件,单击按钮也会响应消息。-Inline edit, button in control ctrlList, and the combox control, click the button will respond to messages.
scissor
- 一个用OPenGL库中函数实现的小程序,界面显示三个嵌套的矩形。-OPenGL library function implemented a small program interface shows three nested rectangles.
NestedForm
- 在父窗口中嵌套显示子窗体,可执行子窗体里组件的事件。-Nested in the parent window display Subform, executable subform component of the event.
winform-html
- winform 中嵌套html做的软键盘-winform do nested html soft keyboard
MFCHtml
- 在MFC中使用浏览器在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用WebBrowser 控件要方便很多,所以本 文中讨论的浏览器的问题都是针对CHtmlView来讨论的。文中将提到一个类CLhpHtmlView, 它是CHtmlView-在MFC 中微软为我们提供了CHtmlView、CDHtmlDialog 类让我们的程序很方便的嵌 入浏览器和进行浏览器的二次开发,这比直接使用We
TabPage
- 适合VC入门的简单界面,但是很有用。在一个普通对话框中,基于标准的CTabCtrl类,创建多个带标签的页面。用于在有限的界面尺寸下,显示丰富的内容和信息。(Get a Dialog GUI with several tab pages based on the standard class CTabCtrl. Useful for the VC beginner.)