访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容
下面是引用panasonic732于2004-12-13 8:34 AM发表的 :大大指的是你撰写的程式中要显示在最上层吗??是的话以下参考一下Load Form2.......
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
R = SetWindowPos(Form1.hWnd, -1, 0, 0, 0, 0, 3) 'Set always on top