| 发表于:2007-04-13 09:49:355楼 得分:0 |
声明 api declare function setwindowpos lib "user32.dll " (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 窗口中调用 call setwindowpos(me.hwnd, -1, 0, 0, 0, 0, 3) | | |
|