求教 修改状态栏 问题 谢谢了...
<p>AcApStatusBar* pStatusBar = acedGetApplicationStatusBar();<br/> AcPane* pPane = new AcPane();<br/> pPane = pStatusBar->GetPane(2);<br/> pPane->SetMinWidth(2);<br/> pPane->SetMaxWidth(650);<br/> pPane->SetVisible(TRUE);<br/> pPane->SetToolTipText("当前绘图比例尺");<br/> pPane->SetText("当前绘图比例尺:1/2000");<br/> pStatusBar->Update()</p><p><!--Element not supported - Type: 8 Name: #comment--> <img src="file:///C:/Program%20Files/Tencent/QQ/Users/233447034/Image/H@{$`W8FQM]Z5Q@LS9CS{RL.jpg" alt=""/></p><p>但是 <!--Element not supported - Type: 8 Name: #comment-->
<img src="file:///C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/DYPZ~)JGS1]I}DC~NU[XXPG.jpg" alt=""/>
</p><p>点一下 捕捉 当前绘图比例尺:1/2000 就没了 </p><p></p>
页:
[1]