GetWindowRect
von ActiveVB-Team
Deklaration
Declare Function GetWindowRect Lib "user32.dll" ( _ ByVal hwnd As Long, _ lpRect As RECT) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel GetWindowRect des API-Wikis.
Sollte diese Deklaration fehlerhaft sein, würden wir uns freuen, wenn sie diese als fehlerhafte Deklaration melden würden.
Zugehörige Tipps
Zugehörige Microsoft Knowledge Base Artikel
- HOWTO: Use SetCapture and WindowFromPoint to Select a Window
- HOWTO: Capture Screens of Your Forms (ACC95, ACC97)
- BUG: Mouse Captured After Clicking DBGrid Column Header
- HOWTO: Capture and Print the Screen, a Form or a Window
- HOWTO: Position a MsgBox Using a Windows Hook Procedure
- HOWTO: Enumerate Windows Using the WIN32 API
- HOWTO: Implement the 'SnapTo' Feature in Visual Basic
- HOWTO: Determine the Current Screen Resolution
- HOWTO: Capture Screen Shots of Your Forms (ACC2000)
- HOWTO: Get the Right and Down Measurements of a Form