VB里的vbNullString在Delphi里转成了那个常量?(100分)

  • 主题发起人 主题发起人 多隆
  • 开始时间 开始时间

多隆

Unregistered / Unconfirmed
GUEST, unregistred user!
VB函数findwindow(vbNullString,'caption')如何转换为Delphi的函数?<br><br>
 
var<br>&nbsp; hWnd:THandle;<br><br>hWnd := FindWindow(nil,Pchar('caption'));<br>if hWnd&lt;&gt;0 then<br>&nbsp; showmessage('找到啦');<br>
 
接受答案了.
 
后退
顶部