4474.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 35 行
HTML
35 行
<html>
<head>
<title>Re: 请小吴一定帮忙,谢谢.如何用vb6将系统small font改为large font</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 请小吴一定帮忙,谢谢.如何用vb6将系统small font改为large font</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:jss@ms8.accmail.com.tw">笑儿</a> on August 07, 1998 at 15:50:34:<p>
In Reply to: <a href="4447.html">请小吴一定帮忙,谢谢.如何用vb6将系统small font改为large font</a> posted by VB网子 on August 07, 1998 at 01:33:38:<p>
呣...很麻烦...<br>首先, 从下面机码中取得自行资料(用Reg*的API)<br>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\fontsize\120 <-- Large font<br>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\fontsize\96 <-- Small font<p>然后将...\fontsize\...\System里的字串值名称及值对调写入HKEY_LOCAL_MACHINE\Config\0001\Display\Settings中,<br>将...\fontsize\...\User里的字串值名称及值对调写入HKEY_LOCAL_MACHINE\Config\0001\Display\Fonts中,<br>何位名称及值对调呢, 譬如...\System中有一个字串值是<br>"vgafix.fon"="fixedfon.fon"<br>那就要把"fixedfon.fon"="vgafix.fon"放到...\Settings下<p>最后, 把...\Settings中的几个字串值改成"120"或"96"(Large font 或 Small font):<br>DPILogicalX<br>DPILogicalY<br>DPIPhysicalX<br>DPIPhysicalY<p>最后, 令使用者重新载入Windows即可(用ExitWindows)<p>噢! 对了!<br>在写入之前, 记得把另一种字型用到的值删除, 就是改变成另一种字型时要加进去的值喔!<br>: 英文win95 4.00.95<br>: 没有安装 sp<br>: vb6中文企业版<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 4474-->
<!--top: 4477--><li><a href="4477.html">小吴, 笑儿冒犯了, 对不起喔</a> <b>笑儿</b> <i>15:53:42 8/07/98</i>
(<!--responses: 4477-->2)
<ul><!--insert: 4477-->
<!--top: 4486--><li><a href="4486.html">这样会不会有问题呢?</a> <b>小吴</b> <i>17:13:10 8/07/98</i>
(<!--responses: 4486-->1)
<ul><!--insert: 4486-->
<!--top: 4501--><li><a href="4501.html">Re: 这样会不会有问题呢?</a> <b>笑儿</b> <i>22:40:35 8/07/98</i>
(<!--responses: 4501-->0)
<ul><!--insert: 4501-->
</ul><!--end: 4501-->
</ul><!--end: 4486-->
</ul><!--end: 4477-->
</ul><!--end: 4474-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?