vb源代码(如何将窗口置顶)
Vb source code (how to put the window to the top)
下载地址
用户评论
就网上随便找的几个代码放进去,基本功能还算是实现了! 列出代码: SetWindowPos Me.hWnd, HWND_TOPMOST, Me.Left, Me.Top, Me.Width, Me.Height, FLAGS SetWindowPos Me.hWnd, HWND_NOTOPMOST, Me.Left, Me.Top, Me.Width, Me.Height, FLAGS