AGB  ·  Datenschutz  ·  Impressum  







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

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 13:32

Parameter dieser Suchanfrage:

Suche in Thema: (Re)start explorer.exe
Suche alle Beiträge, die von "WojTec" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 3 von insges. 3 Treffern
Suche benötigte 0.002s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Object-Pascal / Delphi-Language

    Re: (Re)start explorer.exe

      Delphi
      by WojTec, 23. Sep 2011
    Aaaaaa :-D I did it with CreateToolHelp32SnapShot() :-D

    Where is EnumProcesses?

    I also found unit, looks very nice, but on Unicode raises exceptions, could you look on it?:

    {******************************************************************************}
    { }
    { Unit: uDGProcessList.pas ...
  • Forum: Object-Pascal / Delphi-Language

    Re: (Re)start explorer.exe

      Delphi
      by WojTec, 23. Sep 2011
    This is my source. How can improve it?

    var
    hWnd, hProc: Cardinal;
    pId: DWORD;
    begin
    Result := False;
    hWnd := FindWindow('Progman', 'Program Manager');

    GetWindowThreadProcessId(hWnd, @pId);
  • Forum: Object-Pascal / Delphi-Language

    (Re)start explorer.exe

      Delphi
      by WojTec, 23. Sep 2011
    I nned restert explorer.exe to take effect my proggy applied.
    I kill explorer.exe, check if killed, if yes I call:

    ShellExecute(HInstance, 'open', 'explorer', nil, nil, SW_NORMAL)

    But sometimes on start explorer.exe opens window (in 7 Library), on XP always opens some window (but I don't remember which location). How can run it without any surprises?


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=WojTec&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=163292
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:34 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