Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can use eventhandler Pin
Richard MacCutchan3-Dec-12 22:58
mveRichard MacCutchan3-Dec-12 22:58 
Questionhow can use keventhandler Pin
muzammile ahmed3-Dec-12 22:32
muzammile ahmed3-Dec-12 22:32 
AnswerRe: how can use keventhandler Pin
Simon_Whale3-Dec-12 22:49
Simon_Whale3-Dec-12 22:49 
QuestionDisplay popup through window service Pin
PankajKSood3-Dec-12 22:26
PankajKSood3-Dec-12 22:26 
AnswerRe: Display popup through window service Pin
Sivaraman Dhamodharan3-Dec-12 22:40
Sivaraman Dhamodharan3-Dec-12 22:40 
GeneralRe: Display popup through window service Pin
PankajKSood4-Dec-12 0:03
PankajKSood4-Dec-12 0:03 
GeneralRe: Display popup through window service Pin
Eddy Vluggen4-Dec-12 0:33
professionalEddy Vluggen4-Dec-12 0:33 
GeneralRe: Display popup through window service Pin
PankajKSood4-Dec-12 2:05
PankajKSood4-Dec-12 2:05 
GeneralRe: Display popup through window service Pin
Eddy Vluggen4-Dec-12 2:57
professionalEddy Vluggen4-Dec-12 2:57 
GeneralRe: Display popup through window service Pin
PankajKSood4-Dec-12 3:02
PankajKSood4-Dec-12 3:02 
GeneralRe: Display popup through window service Pin
Eddy Vluggen4-Dec-12 3:04
professionalEddy Vluggen4-Dec-12 3:04 
GeneralRe: Display popup through window service Pin
Dave Kreskowiak4-Dec-12 3:59
mveDave Kreskowiak4-Dec-12 3:59 
AnswerRe: Display popup through window service Pin
V.4-Dec-12 2:35
professionalV.4-Dec-12 2:35 
GeneralRe: Display popup through window service Pin
PankajKSood4-Dec-12 2:58
PankajKSood4-Dec-12 2:58 
GeneralRe: Display popup through window service Pin
Dave Kreskowiak4-Dec-12 4:03
mveDave Kreskowiak4-Dec-12 4:03 
It's not going to work at all.

Starting with Vista, services are no longer allowed to interact with the users desktop. This is expecially true as there is sometimes nobody logged in at the console so there's no desktop to interact with.

You cannot do what you want from a service application. This MUST be done as a normal user app that is usually launched from the Run key in the registry. This application then communicates with the service over some transport, like named pipes, TCP/IP, Shared Memory, or what ever you want. It's the job of this application to provide the user interface for the service, send commands to the service and show any data the service needs displayed.

QuestionMVC 3 Development guidelines Pin
VishwaKL3-Dec-12 22:11
VishwaKL3-Dec-12 22:11 
AnswerRe: MVC 3 Development guidelines Pin
DaveAuld3-Dec-12 22:31
professionalDaveAuld3-Dec-12 22:31 
GeneralRe: MVC 3 Development guidelines Pin
VishwaKL3-Dec-12 22:39
VishwaKL3-Dec-12 22:39 
GeneralRe: MVC 3 Development guidelines Pin
DaveAuld3-Dec-12 22:41
professionalDaveAuld3-Dec-12 22:41 
GeneralRe: MVC 3 Development guidelines Pin
VishwaKL3-Dec-12 22:51
VishwaKL3-Dec-12 22:51 
QuestionSet Focus on win application Pin
Prasanna ragav3-Dec-12 22:03
Prasanna ragav3-Dec-12 22:03 
Questionquestions about SerialPort in VS2010 ? Pin
nqchanh3-Dec-12 21:13
nqchanh3-Dec-12 21:13 
AnswerRe: questions about SerialPort in VS2010 ? Pin
Richard MacCutchan3-Dec-12 21:45
mveRichard MacCutchan3-Dec-12 21:45 
GeneralRe: questions about SerialPort in VS2010 ? Pin
nqchanh3-Dec-12 21:55
nqchanh3-Dec-12 21:55 
GeneralRe: questions about SerialPort in VS2010 ? Pin
Richard MacCutchan3-Dec-12 22:55
mveRichard MacCutchan3-Dec-12 22:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.