-
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
-
C++MFC小游戏系列
飞机大战,扫雷,五子棋等6个游戏,适合新手,刚上路的朋友。里面内容丰富,有完整版源代码和exe文件,还有每个函数名字的代表含义,详细的操作步骤,完美分析程序步骤,让刚上路的你,初学习的你更容易上路,更容易学会。
- 2023-08-18 08:25:04下载
- 积分:1
-
WebBrowser控件与网页通信
WebBrowser控件之所有强大,一方面是由于控件本身提从了一系列的方法,包括打开网页,获取网页信息,操作网页(如前进后通等),拦截网页事件,另一方面则是提供了与网页相调用的机制。即以下2点:1:让HTML页面的js调用我们在WebBrowser控件外面编写的函数。2:让我们可以调用网页中的Javascript代码 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-14 16:45:03下载
- 积分:1
-
C++编写的一个小游戏。实现自我
C++编写的一个小游戏。自绘窗体实现图形效果。代码中有具体注释。-C++ Prepared a small game. Realize self-painted graphics form. Code has specific notes.
- 2022-01-26 04:02:59下载
- 积分:1
-
VC实现串口通讯显示
///////////////文件 commDlg.cpp////////////////
//一个类,对话框类,本程序使用的是对话框形式,这个类是在VC用MFC自动生成的,其中包括了对话框程序应有的一些方法
class CAboutDlg : public CDialog
{
};
/********************以下的个方法也是VC的MFC的对话框程序固有的,也是MFC自动生成的**************/
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-25 13:10:04下载
- 积分:1
-
介绍了vc下单文档的图形绘制的方法,包括画笔和华刷的使用
介绍了vc下单文档的图形绘制的方法,包括画笔和华刷的使用-Introduced under the Single Document vc graphics rendering methods, including brush and brush the use of China
- 2022-08-13 02:44:22下载
- 积分:1
-
VC++矢量绘图程序 自己写的
VC++矢量绘图程序 自己写的-VC++ Vector drawing program written in their own
- 2022-04-28 10:44:09下载
- 积分:1
-
一个用BCB5.0编的mini计算器。界面很漂亮,基本功能都有。我把这个就放在桌面上以方便使用。...
一个用BCB5.0编的mini计算器。界面很漂亮,基本功能都有。我把这个就放在桌面上以方便使用。-A minicalculator made by BCB 5.0 with a beautiful interface and all the fundemental functions. I put it on my desktop for convenience.
- 2022-03-06 19:01:45下载
- 积分:1
-
一个风格独特(一格一格)的进度条
一个风格独特(一格一格)的进度条--A progress bar with special style(a grid at a grid)
- 2023-05-05 16:25:03下载
- 积分:1
-
在CEdit中添加鼠标双击事件处理的程序
在CEdit中添加鼠标双击事件处理的程序- Increases the mouse in CEdit to double-click the procedure
which the event processes
- 2022-07-05 13:35:48下载
- 积分:1