代码搜索:GetWindowRect

找到约 345 项符合「GetWindowRect」的源代码

代码结果 345
www.eeworm.com/read/198762/7911553

c testmci.c

#include #include void SetClientRect(HWND hwnd, HWND hwndMCI) { RECT rect; GetWindowRect(hwndMCI, &rect); AdjustWindowRectEx(&rect, GetWindowLong(hwnd, GWL_
www.eeworm.com/read/246329/12736157

c testmci.c

#include #include void SetClientRect(HWND hwnd, HWND hwndMCI) { RECT rect; GetWindowRect(hwndMCI, &rect); AdjustWindowRectEx(&rect, GetWindowLong(hwnd, GWL_
www.eeworm.com/read/161452/10410469

c testmci.c

#include #include void SetClientRect(HWND hwnd, HWND hwndMCI) { RECT rect; GetWindowRect(hwndMCI, &rect); AdjustWindowRectEx(&rect, GetWindowLong(hwnd, GWL_STYLE)
www.eeworm.com/read/142995/12906021

cpp window.cpp

#include "Window.h" #include void SetWndPosition(HWND hWnd) { RECT rect; int iScreenX; int iScreenY; GetWindowRect(hWnd, &rect); iScreenX = GetSystemMetrics(SM_CXSCREEN
www.eeworm.com/read/6626/95369

vb module1.vb

Module Module1 Declare Function GetWindowThreadProcessId Lib "user32" (ByVal hwnd As Integer, ByRef lpdwProcessId As Integer) As Integer Declare Function GetWindowRect Lib "user32" (ByVal
www.eeworm.com/read/187416/8640462

bas effects.bas

Attribute VB_Name = "modExplode" Option Explicit Type RECT Left As Long Top As Long Right As Long Bottom As Long End Type Declare Function GetWindowRect Lib "user32" (ByVal
www.eeworm.com/read/118504/14866637

bas effects.bas

Attribute VB_Name = "modExplode" Option Explicit Type RECT Left As Long Top As Long Right As Long Bottom As Long End Type Declare Function GetWindowRect Lib "user32" (ByVal
www.eeworm.com/read/110567/15530874

bas modexplode.bas

Attribute VB_Name = "modExplode" Option Explicit Type RECT Left As Long Top As Long Right As Long Bottom As Long End Type Declare Function GetWindowRect Lib "user32" _ (ByVal
www.eeworm.com/read/6626/93859

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Declare Function GetWindowThreadProcessId Lib "user32" (ByVal hwnd As Long, lpdwProcessId As Long) As Long Declare Function GetWindowRect Lib "user32
www.eeworm.com/read/135158/13955206

bas module1.bas

Attribute VB_Name = "Module1" Public tbfn As String Public dbfn As String Public fMainForm As frmMain Private Declare Function GetWindowRect Lib "user32" (ByVal hwnd As Long, lpRect As RECT) As