隐藏desktop(20分)

  • 主题发起人 主题发起人 Jebit
  • 开始时间 开始时间
J

Jebit

Unregistered / Unconfirmed
GUEST, unregistred user!
我用以下代码为什么不行<br><br>&nbsp; &nbsp; ShowWindow(GetDesktopWindow,SW_HIDE); &nbsp;
 
ShowWindow(FindWindow('Program',nil),SW_HIDE); &nbsp;
 
应该是<br>ShowWindow(FindWindow('Program Manager',nil),SW_HIDE); &nbsp; <br>
 
在WIN2000下不行。
 
win2000下是不行。
 
ShowWindow(FindWindow('Program Manager',nil),SW_HIDE); &nbsp; 不行。
 
98下应该是<br>ShowWindow(FindWindow('Program',nil),SW_HIDE)
 
gcp<br>ShowWindow(FindWindow('Program',nil),SW_HIDE)<br>不行<br>
 
多人接受答案了。
 
to Jebitx<br>对不起,是<br>ShowWindow(FindWindow('Progman', nil), SW_HIDE);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;***<br>笔误!:)
 
后退
顶部