⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 group__mgext__ctrl__monthcal__msgs.htm

📁 MINIGUI1.6开发API
💻 HTM
📖 第 1 页 / 共 2 页
字号:
    <td><p>Gets the minimum height required to display a full month in a month calendar control. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga13">MCM_GETMINREQRECTH</a> wParam = 0; lParam = 0;</pre></div><p><dl compact><dt><b>Returns:</b></dt><dd>The minimum height required to dispaly a full month. </dd></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00367">367</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga12" doxytag="monthcal.h::MCM_GETMINREQRECTW"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_GETMINREQRECTW&nbsp;&nbsp;&nbsp;0xF312          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Gets the minimum width required to display a full month in a month calendar control. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga12">MCM_GETMINREQRECTW</a> wParam = 0; lParam = 0;</pre></div><p><dl compact><dt><b>Returns:</b></dt><dd>The minimum width required to dispaly a full month. </dd></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00351">351</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga11" doxytag="monthcal.h::MCM_GETTODAY"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_GETTODAY&nbsp;&nbsp;&nbsp;0xF311          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Gets the date of "today". <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga11">MCM_GETTODAY</a> <a class="code" href="struct__SYSTEMTIME.htm">PSYSTEMTIME</a> pcurdate; wParam = 0; lParam = (<a class="code" href="group__win32__types.htm#ga9">LPARAM</a>)pcurdate;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>pcurdate</em>&nbsp;</td><td>Pointer to the SYSTEMTIME structure to retreive the date of "today". </td></tr>  </table></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00335">335</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga15" doxytag="monthcal.h::MCM_SETCOLOR"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_SETCOLOR&nbsp;&nbsp;&nbsp;0xF315          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the color of the monthcalendar control. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga15">MCM_SETCOLOR</a> <a class="code" href="struct__MCCOLORINFO.htm">PMCCOLORINFO</a> newcolor; wParam = 0; lParam = (<a class="code" href="group__win32__types.htm#ga9">LPARAM</a>)newcolor;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>newcolor</em>&nbsp;</td><td>Pointer to the MCCOLORINFO structure storing the vaules of the new color info. </td></tr>  </table></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00401">401</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga14" doxytag="monthcal.h::MCM_SETCURDATE"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_SETCURDATE&nbsp;&nbsp;&nbsp;0xF314          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the currently selected date. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga14">MCM_SETCURDATE</a> <a class="code" href="struct__SYSTEMTIME.htm">PSYSTEMTIME</a> pcurdate; wParam = 0; lParam = (<a class="code" href="group__win32__types.htm#ga9">LPARAM</a>)pcurdate;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>pcurdate</em>&nbsp;</td><td>Pointer to the SYSTEMTIME structure storing the values of the current selected date. </td></tr>  </table></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00384">384</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga5" doxytag="monthcal.h::MCM_SETCURDAY"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_SETCURDAY&nbsp;&nbsp;&nbsp;0xF305          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Changes the day of the currently selected date. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga5">MCM_SETCURDAY</a> <span class="keywordtype">int</span> newday; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)newday; lParam = 0;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>newday</em>&nbsp;</td><td>The new day number of the currently selected date. </td></tr>  </table></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00242">242</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga6" doxytag="monthcal.h::MCM_SETCURMONTH"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_SETCURMONTH&nbsp;&nbsp;&nbsp;0xF306          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Changes the month of the currently selected date. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga6">MCM_SETCURMONTH</a> <span class="keywordtype">int</span> newmonth; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)newmonth; lParam = 0;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>newmonth</em>&nbsp;</td><td>The new month number of the currently selected date. </td></tr>  </table></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00258">258</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga7" doxytag="monthcal.h::MCM_SETCURYEAR"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_SETCURYEAR&nbsp;&nbsp;&nbsp;0xF307          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Changes the year of the currently selected date. <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga7">MCM_SETCURYEAR</a> <span class="keywordtype">int</span> newyear; wParam = (<a class="code" href="group__win32__types.htm#ga8">WPARAM</a>)newyear; lParam = 0;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>newyear</em>&nbsp;</td><td>The new year number of the currently selected date. </td></tr>  </table></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00274">274</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga17" doxytag="monthcal.h::MCM_SETDAYCOLOR"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_SETDAYCOLOR&nbsp;&nbsp;&nbsp;0xF317          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the color of a specified date . <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga17">MCM_SETDAYCOLOR</a> <span class="keywordtype">int</span> day; <span class="keywordtype">int</span> color; wParam = day; lParam = color;</pre></div><p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>day</em>&nbsp;</td><td>Month day to set color </td></tr>    <tr><td valign="top"></td><td valign="top"><em>color</em>&nbsp;</td><td>Pixel color. </td></tr>  </table></dl><p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00435">435</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><a class="anchor" name="ga8" doxytag="monthcal.h::MCM_SETTODAY"></a><p><table class="mdTable" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top">#define MCM_SETTODAY&nbsp;&nbsp;&nbsp;0xF308          </td>        </tr>      </table>    </td>  </tr></table><table cellspacing="5" cellpadding="0" border="0">  <tr>    <td>      &nbsp;    </td>    <td><p>Sets the currently selected date as the date of "today". <p><div class="fragment"><pre class="fragment"> <a class="code" href="group__mgext__ctrl__monthcal__msgs.htm#ga8">MCM_SETTODAY</a> wParam = 0; lParam = 0;</pre></div> <p>Definition at line <a class="el" href="monthcal_8h-source.htm#l00287">287</a> of file <a class="el" href="monthcal_8h-source.htm">monthcal.h</a>.    </td>  </tr></table><hr size="1"><address style="align: right;"><small>Generated on Thu Nov 22 15:35:56 2007 for MiniGUI V1.6.10 API Reference by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="http://www.minigui.com/api_ref/1.6.10/doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -