请问各位富翁,我在delphi7中使用FindWindow时为什么提示“&”是非法字符?需要作什么声明么? ( 积分: 50 )

  • 主题发起人 主题发起人 023zcl
  • 开始时间 开始时间
0

023zcl

Unregistered / Unconfirmed
GUEST, unregistred user!
请问各位富翁,我在delphi7中使用FindWindow时为什么提示“&amp;”是非法字符?需要作什么声明么?<br>var<br> &nbsp;h,hw: Thandle;<br>begin<br> &nbsp;h := findwindow(nil,'提示');<br> &nbsp;if h &amp;lt;&amp;gt; 0 then<br> &nbsp;begin<br> &nbsp; &nbsp;hw := GetDlgItem(h, IDyes);<br> &nbsp; &nbsp;if hw &amp;lt;&amp;gt; 0 then<br> &nbsp; &nbsp; &nbsp;PostMessage(h,wm_close,0,0);<br> &nbsp;end;<br>end;
 
请问各位富翁,我在delphi7中使用FindWindow时为什么提示“&amp;”是非法字符?需要作什么声明么?<br>var<br> &nbsp;h,hw: Thandle;<br>begin<br> &nbsp;h := findwindow(nil,'提示');<br> &nbsp;if h &amp;lt;&amp;gt; 0 then<br> &nbsp;begin<br> &nbsp; &nbsp;hw := GetDlgItem(h, IDyes);<br> &nbsp; &nbsp;if hw &amp;lt;&amp;gt; 0 then<br> &nbsp; &nbsp; &nbsp;PostMessage(h,wm_close,0,0);<br> &nbsp;end;<br>end;
 
1、你这段语句 我运行没问题<br>2、FindWindow时为什么提示是“&amp;”非法字符? <br> &nbsp; -----在你的语句里面我没看到有“&amp;”字符啊
 
原来......<br> &nbsp; &nbsp;啊呀,这段代码在大富翁论坛离线数据库chm版中居然将“&lt;&gt;”显示为“&amp;lt;&amp;gt;”,害得我这个新手不知东西。谢谢提醒。
 
后退
顶部