代码搜索:GetWindowRect
找到约 345 项符合「GetWindowRect」的源代码
代码结果 345
www.eeworm.com/read/311492/13629862
cpp coolbar.cpp
////////////////////////////////////////////////////////////////
// CCoolBar 1997 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who
www.eeworm.com/read/135153/5887333
c windefw.c
/*
* Copyright (c) 1999 Greg Haerr
*
* DefWindowProc implementation for Micro-Windows
* This file should ideally only include windows.h, and be built
* on top of regular win32
www.eeworm.com/read/130947/5949059
cpp coolbar.cpp
////////////////////////////////////////////////////////////////
// CCoolBar 1997 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who
www.eeworm.com/read/125811/6021873
c windefw.c
/*
* Copyright (c) 1999 Greg Haerr
*
* DefWindowProc implementation for Micro-Windows
* This file should ideally only include windows.h, and be built
* on top of regular win32
www.eeworm.com/read/119967/6080473
cpp staticdialog.cpp
//this file is part of notepad++
//Copyright (C)2003 Don HO ( donho@altern.org )
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General P
www.eeworm.com/read/105282/6199984
cpp staticdialog.cpp
//this file is part of notepad++
//Copyright (C)2003 Don HO ( donho@altern.org )
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General P
www.eeworm.com/read/491812/6426345
cpp coolbar.cpp
////////////////////////////////////////////////////////////////
// CCoolBar 1997 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who
www.eeworm.com/read/479720/6685233
bas cursor.bas
Attribute VB_Name = "Cursor"
Option Explicit '限制鼠标
Private Type RECT
left As Long
top As Long
right As Long
bottom As Long
End Type
Private Declare Function SetCursorPos Lib "u
www.eeworm.com/read/400681/11570280
bas shubaio.bas
Attribute VB_Name = "shubaio"
'限制鼠标活动区域
Option Explicit
Private Type RECT
left As Long
top As Long
right As Long
bottom As Long
End Type
Private Declare Function SetCursorPos Lib "user32" _
www.eeworm.com/read/343324/11957021
cpp coolbar.cpp
////////////////////////////////////////////////////////////////
// CCoolBar 1997 Microsoft Systems Journal.
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who