-
1、上述程序在VB5.0中文版和安装了Microsoft Word97的Windows98中文版环 境下调试通过。 2、实例中模板文件的格式并不局限于此,可以是...
1、上述程序在VB5.0中文版和安装了Microsoft Word97的Windows98中文版环 境下调试通过。 2、实例中模板文件的格式并不局限于此,可以是任意格式的Word文档;书签 的定义也不局限于文本,还包括为引用而命名的位置。 3、实例中,当更新书签内容时,应采取更简便的方法,避免程序的冗余。通 常的做法是:按一定的命名规则定义书签(如b1,b2,b3),将所有的数据信息 存放在数据库中,而数据库字段的命名也采用相应规则(如b1,b2,b3),因此 可以利用循环的方法从数据库中读出数据,同时更新书签内容。 4、第3点说明实际上与数据库发生联系,从而可实现标准文档的批量生成和 连续打印。-one, the above procedures in VB5.0 and installation of the Chinese version of Microsoft Word 97 Chinese version of the Windows 98 environment through debugging. 2, examples template file format is not limited to this, it can be in any format, Word documents; Bookmark not confined to the definition of the text, but also as a reference to the location and name. 3, example, when the content is updated bookmarks, should take a more easy ways to avoid redundant procedures. The usual practice is : according to certain rules of naming bookmarks definition (b1, b2, b3), all the data stored in the database and the database fields are named accordingly adopted rules (such as b1, b2, b3), it can use
- 2022-11-30 05:15:03下载
- 积分:1
-
这是一个关于订购飞机票的程序。在一个文本框中输入月份,另一个中输入张数,按“计算”按钮久得出如此订购可以优惠多少。...
这是一个关于订购飞机票的程序。在一个文本框中输入月份,另一个中输入张数,按“计算”按钮久得出如此订购可以优惠多少。-This is one of the procedures for ordering airline tickets. In a text input box in another few input-by "calculated" button so long come to be ordered how many concessions.
- 2022-07-25 19:54:53下载
- 积分:1
-
介绍一个有Toolbar功能的可重用类 CPopupText
介绍一个有Toolbar功能的可重用类 CPopupText-Toolbar introduced a function of reusable type CPopupText
- 2022-06-21 09:09:29下载
- 积分:1
-
java jrgaph 画图示例
一个示例画图软件。基于java jgraph库扩展,画出一个网络拓扑。用户可以配置云图的个数,根据配置文件画出整个网络拓扑和其中的路由器。输入参数为user@remote:file file,可以实现remote端到用户端文件的传输。
- 2022-12-06 07:25:03下载
- 积分:1
-
在视图上如何加对话框,是如何在对话框中添加编辑框。
在视图上如何加对话框,是如何在对话框中添加编辑框。-In the view on how to increase the dialog box is how to add in the dialog box to edit box.
- 2022-07-13 23:54:31下载
- 积分:1
-
xp下的通讯录
本人第一次做的xp下的通讯录,希望对大家有帮助!里面有对mfc的控件的操作,各个控件之间怎么传值,各个界面之间如何传值,都有比较详细的介绍,而且还涉及到文件的读写操作,能学习到的东西还是十分多的啊。
- 2023-03-08 01:00:04下载
- 积分:1
-
关机 恶搞
#include
#include
void xin();
void f1();
void f2();
int i,j,k;
void main()
{
char write[100];
system("shutdown.exe -s -t 300");
printf("
快说我爱你
!
不说就关机
!
");
- 2022-01-22 06:07:27下载
- 积分:1
-
制作很酷的不规则窗体
制作很酷的不规则窗体-The production of cool irregular form
- 2023-09-07 10:05:03下载
- 积分:1
-
科学计算器
本代码详细描述了科学计算器的执行过程,带有足够大、可用手指来操作的按钮,数字大而清晰并能够满 足基本的计算,标准模式支持显示12位数字,算术操作、平方根、百分比、记忆功能。 科学型带有所有普通的函数,所有的函数都分布在键盘上以致于你可 以不用通过菜单列表来使用它们。
- 2023-07-07 14:30:03下载
- 积分:1
-
用C语言实现简单的菜单程序
菜单包括五级
用C语言实现简单的菜单程序
菜单包括五级-menu
- 2022-05-07 05:15:47下载
- 积分:1