GetWindowText
von ActiveVB-Team
Deklaration
Declare Function GetWindowText Lib "user32.dll" _ Alias "GetWindowTextA" ( _ ByVal hwnd As Long, _ ByVal lpString As String, _ ByVal cch As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel GetWindowText 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: Get a Window's Class Name and Other Window Attributes
- HOWTO: Use SetCapture and WindowFromPoint to Select a Window
- HOWTO: Get a Window Handle Without Specifying an Exact Title
- HOWTO: Check For a Running Instance of Word 95 From VB
- HOWTO: Get a Hierarchical List of Window Names and Classes
- HOWTO: Enumerate Windows Using the WIN32 API
- Determining How Many Instances of Application Are Active (ACC2000)
- HOWTO: Find a Window Handle from an Instance Handle
- HOWTO: disable the Close button on the title bar of a console application by using Visual Basic 2005 or Visual Basic .NET