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

.NET (Core and Framework)

 
GeneralRe: The equivalent of 'OninitDlg()' Pin
dusty_dex12-May-13 13:42
dusty_dex12-May-13 13:42 
GeneralRe: The equivalent of 'OninitDlg()' Pin
Bram van Kampen13-May-13 13:06
Bram van Kampen13-May-13 13:06 
AnswerRe: The equivalent of 'OninitDlg()' Pin
Richard MacCutchan12-May-13 21:03
mveRichard MacCutchan12-May-13 21:03 
GeneralRe: The equivalent of 'OninitDlg()' Pin
Bram van Kampen13-May-13 14:22
Bram van Kampen13-May-13 14:22 
GeneralRe: The equivalent of 'OninitDlg()' Pin
Richard MacCutchan13-May-13 20:54
mveRichard MacCutchan13-May-13 20:54 
AnswerRe: The equivalent of 'OninitDlg()' Pin
Marco Bertschi14-May-13 23:11
protectorMarco Bertschi14-May-13 23:11 
Questioncan application service start without being logged in? Pin
neodeaths8-May-13 1:50
neodeaths8-May-13 1:50 
AnswerRe: can application service start without being logged in? Pin
Dave Kreskowiak8-May-13 2:07
mveDave Kreskowiak8-May-13 2:07 
That's kind of the definition of a Windows Service application. They run when Windows starts, not when a user logs in.

If you were thinking that you were going to write a service application that puts up a user interface the user can see, forget it. That's not allowed for security reasons. If you wanted to do something like that, you'd be writing TWO applications. One would be the service that is constantly running and the other would be a normal application that runs when the user logs in and communicates with the service over an IPC method of your choice.

GeneralRe: can application service start without being logged in? Pin
neodeaths8-May-13 2:18
neodeaths8-May-13 2:18 
GeneralRe: can application service start without being logged in? Pin
Dave Kreskowiak8-May-13 5:09
mveDave Kreskowiak8-May-13 5:09 
AnswerRe: can application service start without being logged in? Pin
Abhinav S8-May-13 23:05
Abhinav S8-May-13 23:05 
AnswerRe: can application service start without being logged in? Pin
Anna King9-May-13 3:00
professionalAnna King9-May-13 3:00 
AnswerRe: can application service start without being logged in? Pin
Marco Bertschi14-May-13 23:13
protectorMarco Bertschi14-May-13 23:13 
GeneralRe: can application service start without being logged in? Pin
neodeaths15-May-13 3:16
neodeaths15-May-13 3:16 
GeneralRe: can application service start without being logged in? Pin
Dave Kreskowiak15-May-13 4:12
mveDave Kreskowiak15-May-13 4:12 
GeneralRe: can application service start without being logged in? Pin
Marco Bertschi15-May-13 21:15
protectorMarco Bertschi15-May-13 21:15 
QuestionMVC Pin
JAYRAJ GIRI6-May-13 23:03
JAYRAJ GIRI6-May-13 23:03 
AnswerRe: MVC Pin
Dave Kreskowiak7-May-13 15:12
mveDave Kreskowiak7-May-13 15:12 
AnswerRe: MVC Pin
Bikash Prakash Dash13-May-13 19:18
Bikash Prakash Dash13-May-13 19:18 
QuestionFlurent Nhibernate issues Pin
Punnoose Joseph2-May-13 2:30
Punnoose Joseph2-May-13 2:30 
QuestionChange custom settings inn app.config (vb.net) Pin
Member 995543229-Apr-13 10:26
Member 995543229-Apr-13 10:26 
AnswerRe: Change custom settings inn app.config (vb.net) Pin
Dave Kreskowiak29-Apr-13 11:05
mveDave Kreskowiak29-Apr-13 11:05 
AnswerRe: Change custom settings inn app.config (vb.net) Pin
Richard MacCutchan29-Apr-13 23:04
mveRichard MacCutchan29-Apr-13 23:04 
AnswerRe: Change custom settings inn app.config (vb.net) Pin
Anna King9-May-13 2:51
professionalAnna King9-May-13 2:51 
SuggestionRegarding Resume Parser Tool Pin
ganesh96199129-Apr-13 0:09
ganesh96199129-Apr-13 0:09 

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.