Thema: Delphi How to hide Startmenu

Einzelnen Beitrag anzeigen

Benutzerbild von jfheins
jfheins

Registriert seit: 10. Jun 2004
Ort: Garching (TUM)
4.579 Beiträge
 
#2

Re: How to hide Startmenu

  Alt 19. Okt 2008, 13:58
You could try to redirect the messages of the button.

IOW:

YourVariable := MessageLoopOfStartButton;
MessageLoopOfStartbutton := YourCustomMessageLoop;

In YourCustomMessageLoop you can pass every message to the former message-loop except for the click-message, which you can handle yourself. This way, the button will never notice when the user clicks it
  Mit Zitat antworten Zitat