文件名称:Windows服务(Windows Service,system权限)程序显示界面与用户交互(xp,win7通用)
文件大小:193KB
文件格式:ZIP
更新时间:2015-09-10 09:16:02
Windows服务 程序显示界面 用户交互 xp win7通用
一般情况下windows的服务程序运行权限时system,不能显示可以与用户交互的界面,本文讲述了一个用vc2008创建ATL的service,并在服务启动时启动一个可以显示出来,并且可以与用户交互的notepad窗口,同理你可以用此方法执行你需要的任何进程,甚至在service中直接创建对话框类并显示。经过测试,在xp和win7下通用。(注意将服务设置成“允许服务与桌面交互”)
【文件预览】:
TestService
----TestService.suo(44KB)
----TestService.sln(1KB)
----TestService()
--------stdafx.cpp(142B)
--------TestService_i.c(2KB)
--------TestService.aps(4KB)
--------stdafx.h(556B)
--------TestService.idl(341B)
--------TestServiceps.def(160B)
--------TestService_i.h(2KB)
--------targetver.h(1KB)
--------TestServicePS.vcproj.STONY-X201I.Administrator.user(1KB)
--------TestService.vcproj.STONY-X201I.Administrator.user(1KB)
--------TestDlg.htm(417B)
--------TestService.rc(4KB)
--------resource.h(633B)
--------TestDlg.cpp(647B)
--------TestDlg.h(499B)
--------TestServicePS.vcproj(4KB)
--------TestService.cpp(10KB)
--------TestService.rgs(127B)
--------Debug()
--------TestService.vcproj(8KB)
--------ReadMe.txt(2KB)