AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 04:47

Parameter dieser Suchanfrage:

Suche in Thema: How to hide Startmenu
Suche alle Beiträge, die von "jfheins" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 5 von insges. 5 Treffern
Suche benötigte 0.003s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Win32/Win64 API (native code)

    Re: How to hide Startmenu

      Delphi
      by jfheins, 19. Okt 2008
    Use the DestroyWindow() or the CloseWindow() function ;)

    Please do open up a new topic for each new question :warn:
  • Forum: Win32/Win64 API (native code)

    Re: How to hide Startmenu

      Delphi
      by jfheins, 19. Okt 2008
    New question => New Thread please ;)

    Short answer: Yes, that is possible :mrgreen:

    Not-that-short-answer: Close the Button windwo and create your own one ;)
  • Forum: Win32/Win64 API (native code)

    Re: How to hide Startmenu

      Delphi
      by jfheins, 19. Okt 2008
    An example ...... i can show you how to do it ;)
    (As I have no Delphi installed I dunno if it compiles ...)

    First, you need a variable that holds the old WndProc. A Pointer should do the job.

    To get the pointer to the WndProc you can call GetWindowLong(), to process the messages in your program, you need a seperate function
    var
    OldWndProc: Pointer;

    begin // Change WndProc
  • Forum: Win32/Win64 API (native code)

    Re: How to hide Startmenu

      Delphi
      by jfheins, 19. Okt 2008
    Correct me if I'm wrong but ... Longhorn is Vista (or the former name of vista) isn't it?
  • Forum: Win32/Win64 API (native code)

    Re: How to hide Startmenu

      Delphi
      by jfheins, 19. Okt 2008
    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 ;)


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=jfheins&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=122615
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:53 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz