GetActiveWindow
von ActiveVB-Team
Deklaration
Declare Function GetActiveWindow Lib "user32" () As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel GetActiveWindow des API-Wikis.
GetActiveWindow ermittelt das Handle des aktiven Fensters, das dem Thread zugeordnet ist welcher die Funktion aufruft.
Rückgabewerte | |
---|---|
hWnd | Das Handle des aktuell aktiven Fensters des eigenen Threads. |
0 | Der aufrufende Thread hat derzeit kein aktives Fenster. |
Tabelle 1
Unterstützte Betriebssysteme
Win32s, Windows 95, Windows 98, Windows NT
Verwandte API-Funktionen
SetActiveWindow
Zugehörige Tipps
Zugehörige Microsoft Knowledge Base Artikel
- HOWTO: Capture Screens of Your Forms (ACC95, ACC97)
- HOWTO: Capture Screen Shots of Your Forms (ACC2000)
- HOWTO: Retrieve the Microsoft Access Window Handle (ACC2000)
- HOWTO: Get the Right and Down Measurements of a Form
- HOWTO: Use Visual Basic to Play an AVI File (XL2000)
- BUG: Property Page Flickers and Application Stops Responding When You Press the ESCAPE Key in the Microsoft Management Console
- HOWTO: Implement a managed component that wraps the Browse For Folder common dialog box by using Visual Basic .NET or Visual Basic 2005