代码搜索:SetWindowPos
找到约 555 项符合「SetWindowPos」的源代码
代码结果 555
www.eeworm.com/read/262301/11593514
bas modulewindow.bas
Attribute VB_Name = "ModuleWindow"
'SetWindowPos 函数声明
Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx
www.eeworm.com/read/345122/11837425
bas mguifunction.bas
Attribute VB_Name = "mGuiFunction"
Option Explicit
'窗体top
Declare Function SetWindowPos _
Lib "user32" (ByVal hwnd As Long, _
ByVal hWndInsertAfter As Long, _
www.eeworm.com/read/155581/11862703
bas modulewindow.bas
Attribute VB_Name = "ModuleWindow"
'SetWindowPos 函数声明
Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx
www.eeworm.com/read/344090/11909148
txt alwaysontop.txt
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
www.eeworm.com/read/154694/11934462
cpp pictur~1.cpp
// PictureDlg.cpp : implementation file
//
//拼图游戏。
//可以用9格或者16格来游戏,也可以自定义图片,不过,一定要是BMP 文件。
//可以设定图格的风格,游戏有计时。
#include "stdafx.h"
#include "Picture.h"
#include "PictureDlg.h"
#include "Abo
www.eeworm.com/read/153955/11998179
glo vbterm.glo
Attribute VB_Name = "Module1"
' 公共属性
Public Echo As Boolean ' 回应 打开/关闭 标志。
Public CancelSend As Integer ' 停止发送文本文件的标志。
Declare Sub SetWindowPos Lib "user32" (ByVal hWnd As Long, ByVal hW
www.eeworm.com/read/153845/12002711
bas modulewindow.bas
Attribute VB_Name = "ModuleWindow"
'SetWindowPos 函数声明
Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx
www.eeworm.com/read/151211/12229871
txt 17.txt
VB调用API函数使窗口保持在最上层
岳阳市鹰山石油化工总厂
周四阳
---- 我们看到有的应用程序不管窗口是否活动都使窗口保持在最上层,常见的Microsoft Word的文件打开和编辑查找窗口就是这样。在VB开发中可以通过调用SetWindowsPos()API函数实现这个功能。该函数声明如下:
Private Declare Function <mark>SetWindowPos</mark>
...
www.eeworm.com/read/252280/12287829
glo vbterm.glo
Attribute VB_Name = "Module1"
' 公共属性
Public Echo As Boolean ' 回应 打开/关闭 标志。
Public CancelSend As Integer ' 停止发送文本文件的标志。
Declare Sub SetWindowPos Lib "user32" (ByVal hWnd As Long, ByVal hW
www.eeworm.com/read/250865/12380949
bas modulewindow.bas
Attribute VB_Name = "ModuleWindow"
'SetWindowPos 函数声明
Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx