代码搜索:SetWindowPos

找到约 555 项符合「SetWindowPos」的源代码

代码结果 555
www.eeworm.com/read/261138/11664390

bas acx.bas

Attribute VB_Name = "acx" 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, ByVal cy As Long, B
www.eeworm.com/read/155660/11856409

cpp myfiledialog.cpp

// MyFileDialog.cpp : implementation file // #include "stdafx.h" #include "MixedCS.h" #include "MyFileDialog.h" #include #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/341069/12110789

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit '// Window attribute functions Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long) As Long
www.eeworm.com/read/152147/12135906

frm frmsplash.frm

VERSION 5.00 Begin VB.Form frmSplash BorderStyle = 3 'Fixed Dialog ClientHeight = 3660 ClientLeft = 45 ClientTop = 45 ClientWidth = 7455 Cont
www.eeworm.com/read/254326/12145789

frm frmsplash.frm

VERSION 5.00 Begin VB.Form frmSplash BorderStyle = 3 'Fixed Dialog ClientHeight = 3660 ClientLeft = 45 ClientTop = 45 ClientWidth = 7455 Cont
www.eeworm.com/read/250106/12433556

bas modpublic.bas

Attribute VB_Name = "ModPublic" '声明模块 Option Explicit 'SetWindowPos frm.hwnd, -1, 0, 0, 0, 0, &H1 Or &H2 Public Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfte
www.eeworm.com/read/231379/14237426

bas msgsub.bas

Attribute VB_Name = "msgSub" '设置 Always on top 声明 Private 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/122537/14686149

frm frmsplash.frm

VERSION 5.00 Begin VB.Form frmSplash BorderStyle = 3 'Fixed Dialog ClientHeight = 3660 ClientLeft = 45 ClientTop = 45 ClientWidth = 7455 Cont
www.eeworm.com/read/117525/14917553

cpp selectfolderdialog.cpp

/* Original code by : Mihai Filimon Modifications by S. Sridhar 1. Added a edit control where the user can type in the path 2. If the path typed in the edit ctrl does not exist then the user
www.eeworm.com/read/114100/15081435

html 15408.html

Re: 请问一下,如何锁住桌面???? Re: 请问一下,如何锁住桌面????