朝三暮四英文故事寓意:VB超市管理系统的相关代码

来源:百度文库 编辑:高校问答 时间:2024/05/01 18:09:06
Private 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

这是WINDOWS API函数SetWindowPos.
SetWindowPos
The SetWindowPos function changes the size, position, and Z order of a child, pop-up, or top-level window. Child, pop-up, and top-level windows are ordered according to their appearance on the screen. The topmost window receives the highest rank and is the first window in the Z order.

你想知道什么呀