vc 开发界面非常麻烦,但是pubMFCV就可以方便地进行界面的开发,并且转到vc上去,可以快速地开发-vc development interface is very troublesome, but pubMFCV can easily interface for the development, and up to vc, can be rapidly developed
编写Windwos框架程序,仿照Windows自带的记事本程序界面,添加菜单,添加加速键资源,添加“关于”对话框,更改程序图标为自己的个性化图标等。-Windwos framework of the preparation process, along the lines of Windows comes with Notepad program interface, add the menu, add resources to speed up the key, add " About" dialog box, change the program icons for their own personalized icons.
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