查看完整版本: [-- [求助]VB程序如何实现Always on top功能 --]

【 浮游城 - Castle in the Sky | 开放邀请注册,PS|SS|WII|DC下载研究中心 】 -> 【 电脑全方位 | Computer All Round 】 -> [求助]VB程序如何实现Always on top功能 [打印本页] 登录 -> 注册 -> 回复主题 -> 发表主题

心太 2004-08-06 00:06

em15.gif em15.gif 偶搞不定

井上 2004-08-06 00:13
FORM里边不是有这个属性吗?

心太 2004-08-06 00:14
em32.gif 就是没有我才来问的

Taburiss 2004-08-06 12:32
用SetWindowPos来实现~~~

先声明~~

Declare Function SetWindowPos Lib "user32" (ByVal hWnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long


然后~~~
SetWindowPos MyForm.hWnd, -1, 0, 0, 0, 0, &H1 Or &H2
myform随便添咯~~主要是那个-1~~~ 取消always on top的话,改成-2就好~~

呵呵~~从vb nicknacks现翻的~~ kaixin.gif kaixin.gif

原文见此

心太 2004-08-06 22:15
谢谢TAB


查看完整版本: [-- [求助]VB程序如何实现Always on top功能 --] [-- top --]


Powered by PHPWind Code © 2003-08 PHPWind
Gzip enabled

You can contact us