Displaying Message Box using .NET Windows Services In Windows 7
问题 We had a windows service that was used to display a confirmation message box once a user scanned their access card on windows xp but once we migrated to windows 7, that pop up functionality no longer works. Can anyone please guide me through or give me any ideas on how to proceed with fixing this functionality asap? 回答1: As you have discovered, services now run in session 0 which is a non-interactive session. You cannot interact with the interactive user's desktop in the way that you could in