訪客只能看到部份內容,免費 加入會員 或由臉書 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