代码搜索:SetWindowPos
找到约 555 项符合「SetWindowPos」的源代码
代码结果 555
www.eeworm.com/read/242302/13029916
html 8341.html
提供你一个API范例(直接拷贝就可以用了),我常会用到,可是....
提供你一个API范例(直接拷贝就可以用了),我常会用到,可是....
www.eeworm.com/read/323057/13356492
bas main_api.bas
Attribute VB_Name = "main_Api"
'在窗口最前面
Public 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, ByVa
www.eeworm.com/read/347421/6322636
frm 显示和隐藏任务栏.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 1110
ClientLeft = 60
ClientTop = 345
ClientWidth = 4320
LinkTopic
www.eeworm.com/read/487439/6512424
bas general.bas
Attribute VB_Name = "General"
Option Explicit
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, By
www.eeworm.com/read/487439/6512552
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/485206/6567791
bas general.bas
Attribute VB_Name = "General"
Option Explicit
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, By
www.eeworm.com/read/485206/6567918
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/157592/11685097
bas mdlstandard.bas
Attribute VB_Name = "mdlStandard"
Option Explicit
'改变用来保存当前的用户类型,其中0表示管理人员,1表示仓管人员,2表示销售人员
Public gnUserType As Integer
'表示当前的用户名称
Public gsUserName As String
Public Index As String
'数据连接