Click here to Skip to main content
15,907,493 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: a good introductory level book about .Net platform? Pin
Paul Conrad4-Aug-12 12:00
professionalPaul Conrad4-Aug-12 12:00 
AnswerRe: a good introductory level book about .Net platform? Pin
Andrija Juric6-Aug-12 20:21
Andrija Juric6-Aug-12 20:21 
GeneralRe: a good introductory level book about .Net platform? Pin
Tetraquark7-Aug-12 10:54
Tetraquark7-Aug-12 10:54 
AnswerRe: a good introductory level book about .Net platform? Pin
Matt T Heffron7-Aug-12 16:02
professionalMatt T Heffron7-Aug-12 16:02 
Questionopen a window application when window service starts Pin
madanbhanu3-Aug-12 19:35
madanbhanu3-Aug-12 19:35 
AnswerRe: open a window application when window service starts Pin
Karthik Harve3-Aug-12 20:18
professionalKarthik Harve3-Aug-12 20:18 
GeneralRe: open a window application when window service starts Pin
madanbhanu3-Aug-12 21:53
madanbhanu3-Aug-12 21:53 
AnswerRe: open a window application when window service starts Pin
Dave Kreskowiak4-Aug-12 4:56
mveDave Kreskowiak4-Aug-12 4:56 
madanbhanu wrote:
,i want to open a windows application when my window service starts


Stop right there. No, you don't

Services do not expose any kind of user interface at all. They also do not launch applications on the desktop when a user logs in. Why? Because it's horrible practice that MS is trying to disuade for good reason, security being the top one.

If you run your service on Windows XP, sure, it can launch an app on the user Desktop. But, do that exact same thing on Vista or 7 and the user won't see anything at all. They'll get a notification that "A service is requesting your attention. Do you want to switch to the alternate desktop to see this interface?" or something to that effect.

Since you're asking all of these basic questions about what code to put in a service where, it's obvious you have no idea what services do or how they work. I'd start by just trying to get a service app compiled and installed. Don't worry about showing anything because they really should (and can't) show any user interface at all.


and finally... Nobody cares how URGENT you think your question is. It's very unacceptable to request really fast relies to your posts because you're not paying for any service agreement and all the questions here are answered by people who volunteer their spare time doing so and reply when they can, not when you demand.

GeneralRe: open a window application when window service starts Pin
madanbhanu5-Aug-12 20:43
madanbhanu5-Aug-12 20:43 
AnswerRe: open a window application when window service starts Pin
Eddy Vluggen5-Aug-12 23:26
professionalEddy Vluggen5-Aug-12 23:26 
GeneralRe: open a window application when window service starts Pin
Dave Kreskowiak6-Aug-12 1:54
mveDave Kreskowiak6-Aug-12 1:54 
AnswerRe: open a window application when window service starts Pin
Bernhard Hiller5-Aug-12 22:37
Bernhard Hiller5-Aug-12 22:37 
AnswerRe: open a window application when window service starts Pin
Pete O'Hanlon6-Aug-12 2:14
mvePete O'Hanlon6-Aug-12 2:14 
QuestionWorking with WPF Pin
Member 82251801-Aug-12 9:37
Member 82251801-Aug-12 9:37 
AnswerRe: Working with WPF Pin
Ed Hill _5_1-Aug-12 22:12
Ed Hill _5_1-Aug-12 22:12 
GeneralRe: Working with WPF Pin
Member 82251802-Aug-12 11:00
Member 82251802-Aug-12 11:00 
GeneralRe: Working with WPF Pin
Ed Hill _5_2-Aug-12 22:49
Ed Hill _5_2-Aug-12 22:49 
GeneralRe: Working with WPF Pin
Member 82251806-Aug-12 9:06
Member 82251806-Aug-12 9:06 
GeneralRe: Working with WPF Pin
Ed Hill _5_6-Aug-12 23:25
Ed Hill _5_6-Aug-12 23:25 
GeneralRe: Working with WPF Pin
Member 82251808-Aug-12 4:28
Member 82251808-Aug-12 4:28 
GeneralRe: Working with WPF Pin
Member 822518015-Aug-12 10:59
Member 822518015-Aug-12 10:59 
GeneralRe: Working with WPF Pin
Ed Hill _5_15-Aug-12 22:10
Ed Hill _5_15-Aug-12 22:10 
GeneralRe: Working with WPF Pin
Ed Hill _5_16-Aug-12 0:08
Ed Hill _5_16-Aug-12 0:08 
GeneralRe: Working with WPF Pin
Member 822518016-Aug-12 2:09
Member 822518016-Aug-12 2:09 
QuestionDynamic properties from Com Interop Pin
Bob Jiang30-Jul-12 5:04
Bob Jiang30-Jul-12 5:04 

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.