代码搜索:SWP
找到约 877 项符合「SWP」的源代码
代码结果 877
www.eeworm.com/read/341401/12085843
frm cansend.frm
VERSION 5.00
Begin VB.Form frmCancelSend
BorderStyle = 3 'Fixed Dialog
Caption = "MS Comm串口演示"
ClientHeight = 1296
ClientLeft = 1452
ClientTop
www.eeworm.com/read/121592/14750373
frm cansend.frm
VERSION 5.00
Begin VB.Form frmCancelSend
BorderStyle = 3 'Fixed Dialog
Caption = "Visual Basic 终端"
ClientHeight = 1290
ClientLeft = 1455
ClientTop
www.eeworm.com/read/392884/8320712
bas alwaysontop.bas
Attribute VB_Name = "AlwaysOnTop"
Declare Function SetWindowPos Lib "User32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, _
ByVal X As Long, _
ByVal Y As Long, _
ByVal cX As Lon
www.eeworm.com/read/102552/15774867
htm subject_29587.htm
序号:29587 发表者:金枪鱼 发表日期:2003-02-10 12:04:29
主题:怎样见对话框的位置固定
内容:我在主对话框的初始化函数中this->SetWindowPos(&wndTop,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE);没有起作用2003-2-10 14:45:50
www.eeworm.com/read/102552/15776503
htm subject_47320.htm
序号:47320 发表者:titany 发表日期:2003-07-19 16:51:26
主题:怎样将一个无模式对话框always ontop?
内容:怎样将一个无模式对话框always ontop?我试了在自定义的对话框中映射wm_killfocus消息,然后调用setfocus,setactivewindow.....都不行
www.eeworm.com/read/101790/15810987
htm subject_29587.htm
序号:29587 发表者:金枪鱼 发表日期:2003-02-10 12:04:29
主题:怎样见对话框的位置固定
内容:我在主对话框的初始化函数中this->SetWindowPos(&wndTop,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE);没有起作用2003-2-10 14:45:50
www.eeworm.com/read/101790/15812545
htm subject_47320.htm
序号:47320 发表者:titany 发表日期:2003-07-19 16:51:26
主题:怎样将一个无模式对话框always ontop?
内容:怎样将一个无模式对话框always ontop?我试了在自定义的对话框中映射wm_killfocus消息,然后调用setfocus,setactivewindow.....都不行
www.eeworm.com/read/176066/9520022
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function SetWindowPos _
Lib "user32" _
( _
ByVal hwnd As Long, _
ByVal hWndInsertAfter As Long, _
ByVal x As Long, ByVal y As Long, _
www.eeworm.com/read/349158/10846517
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function SetWindowPos _
Lib "user32" _
( _
ByVal hwnd As Long, _
ByVal hWndInsertAfter As Long, _
ByVal x As Long, ByVal y As Long, _
www.eeworm.com/read/274497/10869364
bas modalwaysontop.bas
Attribute VB_Name = "modAlwaysOnTop"
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 Lo