PostMessage
von ActiveVB-Team
Deklaration
Declare Function PostMessage Lib "user32.dll" _ Alias "PostMessageA" ( _ ByVal hwnd As Long, _ ByVal wMsg As Long, _ ByVal wParam As Long, _ ByVal lParam As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel PostMessage 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
- FIX: Unloading a Form After Assigning Text Property Causes GPF
- HOWTO: Close Applications from Visual Basic
- HOWTO: Change the Short Date Format from Visual Basic
- HOWTO: Programmatically Close a Single Instance of a Windows-Based Program
- FIX: SendKeys Function Locks Keyboard on Windows 2000
- BUG: Property Page Flickers and Application Stops Responding When You Press the ESCAPE Key in the Microsoft Management Console