1761.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 22 行
HTML
22 行
<html> <head> <title>使用 resource file</title> </head> <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK=""> <center> <h1>使用 resource file</h1> </center><HR><p>Posted by <a href="mailto:yfwu@iname.com">小吴</a> on January 21, 1998 at 01:31:35:<p>In Reply to: <a href="1751.html"><b>Unicode的运用</b></a> posted by 陈春雨 on January 19, 1998 at 21:08:07:<p>VB 本身就是多国语言版本,可以发展任何语系的软体,不过 VB 的 code editor 却是 Ansi 的,因此你无法在正体中文 Win95 中的 VB 打入简体中文字。<p>解决方法之一就是使用 Resource file。你可以在 Resource file 中放入各种显示讯息,然后在程式执行的时候才从 resource file 中把要显示的字串挑出来放在物件上或是讯息方块中。<p>有关这方面的问题在 Programmer's Guide 手册中最末都有说明,你可以参考看看。<br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 1761--></ul><!--end: 1761--><br><HR><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?