AGB  ·  Datenschutz  ·  Impressum  







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

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 07:47

Parameter dieser Suchanfrage:

Suche in Thema: Starting a Interactive Process in Vista using TService
Suche alle Beiträge, die von "OregonGhost" 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.004s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Win32/Win64 API (native code)

    Re: Starting a Interactive Process in Vista using TService

      Delphi
      by OregonGhost, 9. Okt 2007
    Yes, that's basically true. But as you wrote, the GUI application that is part of a service either must not be writable by the user (which is OK in this case, as you need admin rights to install the service anyway), or the service has to prove that the application is the correct one.

    Hopefully this talk doesn't go too far away from the original author's question, though it gets a little...
  • Forum: Win32/Win64 API (native code)

    Re: Starting a Interactive Process in Vista using TService

      Delphi
      by OregonGhost, 9. Okt 2007
    TCP/IP and Pipes are rather indirect communication methods in the context I described above, as the other side has to expect and accept the connection and must explicitly read the data. SendMessage and PostMessage (and all these nice input emulation functions) usually force an action in the application, as most applications delegate most window messages to the default window procedure and there...
  • Forum: Win32/Win64 API (native code)

    Re: Starting a Interactive Process in Vista using TService

      Delphi
      by OregonGhost, 9. Okt 2007
    @4.: What I meant was direct communication between a service and an interactive application. Some time ago, services lost the ability to directly manipulate windows on interactive desktops (should be since XP, if the service was configured appropriately), but I consider starting an interactive application in a user context basically the same and won't be surprised if that can't be done anymore in...
  • Forum: Win32/Win64 API (native code)

    Re: Starting a Interactive Process in Vista using TService

      Delphi
      by OregonGhost, 9. Okt 2007
    While I still cannot imagine a situation where starting an interactive application from a service is necessary, I have three questions to this approach:
    What happens if more than one user is logged on?
    Where does the service get the user login password from?
    What happens if the service does not run with full rights?


    Oh, apart from the question what happens if services and user...
  • Forum: Win32/Win64 API (native code)

    Re: Starting a Interactive Process in Vista using TService

      Delphi
      by OregonGhost, 9. Okt 2007
    Why does your service need to run an interactive application? In many instances, if there is the need for a service to trigger user interaction, a separate application is run on the user's desktop (mostly with a TNA icon). The service can then contact this GUI application which will perform the needed actions. You may want to have a look at Larry Osterman's article series about applets (search...


URL zu dieser Suchanfrage:

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