GetSystemMenu
von ActiveVB-Team
Deklaration
Declare Function GetSystemMenu Lib "user32.dll" ( _ ByVal hwnd As Long, _ ByVal bRevert As Long) As LongWeitere Informationen zur Verwendung dieser Funktion finden sie u.U. auch im Artikel GetSystemMenu 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: Programmatically Disable Microsoft Excel Control Menu Commands
- FIX: Closing an MDI Form Results in a General Protection Fault
- PRB: Missing Window Buttons if Form ControlBox Property False
- HOWTO: Disable the Close Option on Control Menu of a VB Form
- HOWTO: Disable Microsoft Excel Control Menu Commands programmatically (XL2000)
- HOWTO: Disable the Close Button (X) on the Access Application Window (ACC2000)
- HOWTO: Delete the Window Control menu commands programmatically in Excel 2002
- HOWTO: disable the Close button on the title bar of a console application by using Visual Basic 2005 or Visual Basic .NET