|
|
发表于 2010-2-6 10:06:01
|
显示全部楼层
来自: 中国广东广州
窗体代码中申明
" ~* d5 i _, g7 fDeclare 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) v* V, l) }6 o
0 v+ p/ P6 `0 Q% L% l6 L/ ~
Private Sub Form_Load()
. V* N: F; o0 |% s! I'最小化
6 Q3 Y, V" y! o/ |- Y6 ?1 Y2 MSetWindowPos Me.hwnd, -1, 0, 0, 0, 0, 0
( c& d. Q3 f) D7 h; f2 t7 k'窗体至顶7 K2 A! K6 h& V3 R; n( I! O# W, b
SetWindowPos Me.hwnd, -1, 0, 0, 0, 0, 3 n1 n5 A7 X; P" d" a
End Sub |
评分
-
查看全部评分
|