comctl32_version.shtml
来自「mfc资源大全包含MFC编程各个方面的源码」· SHTML 代码 · 共 43 行
SHTML
43 行
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Zafir Anjum">
<TITLE>Miscellaneous - Determine COMCTL32 version</TITLE>
</HEAD>
<body background="../fancyhome/back.gif" bgcolor="#FFFFFF" link="#B50029" vlink="#8E2323" alink="#FF0000" bgproperties="fixed">
<table WIDTH="100%">
<tr WIDTH="100%">
<td align=center><!--#exec cgi="/cgi/ads.cgi"--><td>
</tr>
</table>
<CENTER>
<H3>
<FONT COLOR="#AOAO99">Determine COMCTL32 version</FONT></H3></CENTER>
<CENTER>
<H3>
<HR></H3></CENTER>
<p>This article was contributed by <A HREF="mailto:Roger_Onslow@compsys.com.au">Roger Onslow</A>.
You can also read a related article in MSDN at
<br><a href="http://www.microsoft.com/msdn/sdk/inetsdk/help/inet1560.htm">http://www.microsoft.com/msdn/sdk/inetsdk/help/inet1560.htm</a>
<p>Here's what Roger had to say:
<p>Just followed the link on that page to the MSDN Inet article about
COMCTL32. It looks like a good way also of telling the version.
<P>This article shows another method of testing - also I make use of a static so that the
test only needs to be done once for efficiency.
<P>The new windows common controls live in a system DLL called COMCTL32.DLL
<P>The original Windows 95 included a version of COMCTL32.DLL which gave us
most of the nice common control, like list views and tree controls.
<P>With Internet Explorer 3, Microsoft introduced some new controls along with
enhancements to the existing controls.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?