Click here to Skip to main content
15,918,243 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how do i load a dll made in C#? Pin
palbano11-Jun-04 6:47
palbano11-Jun-04 6:47 
AnswerRe: how do i load a dll made in C#? Pin
Andy Brummer11-Jun-04 9:25
sitebuilderAndy Brummer11-Jun-04 9:25 
AnswerRe: how do i load a dll made in C#? Pin
krisko11-Jun-04 9:59
krisko11-Jun-04 9:59 
AnswerRe: how do i load a dll made in C#? Pin
Joel Lucsy12-Jun-04 14:12
Joel Lucsy12-Jun-04 14:12 
GeneralHelp Wanted to display dlg box frm the Service Pin
ThatsAlok11-Jun-04 5:16
ThatsAlok11-Jun-04 5:16 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
David Crow11-Jun-04 5:17
David Crow11-Jun-04 5:17 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
ThatsAlok11-Jun-04 23:38
ThatsAlok11-Jun-04 23:38 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
David Crow14-Jun-04 2:27
David Crow14-Jun-04 2:27 
I reiterate that this is a bad idea. Most services run on a server locked away in a closet somewhere, so if your service presented any UI elements, such as a message box, no user would be in front of the machine to see and then dismiss it. Also, any windows created would probably appear on a window station or desktop different from the one the user was sitting in front of, and thus the message wouldn't be visible to the user anyway. It sounds like you need a Service Control Program (SCP) instead.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralRe: Help Wanted to display dlg box frm the Service Pin
ThatsAlok15-Jun-04 0:58
ThatsAlok15-Jun-04 0:58 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
Antony M Kancidrowski11-Jun-04 6:04
Antony M Kancidrowski11-Jun-04 6:04 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
ThatsAlok11-Jun-04 23:49
ThatsAlok11-Jun-04 23:49 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
Antony M Kancidrowski12-Jun-04 3:47
Antony M Kancidrowski12-Jun-04 3:47 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
David Crow15-Jun-04 2:13
David Crow15-Jun-04 2:13 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
suiram4011-Jun-04 7:43
suiram4011-Jun-04 7:43 
GeneralRe: Help Wanted to display dlg box frm the Service Pin
ThatsAlok11-Jun-04 23:48
ThatsAlok11-Jun-04 23:48 
QuestionPassing window to a different process? Pin
IGx8911-Jun-04 4:50
IGx8911-Jun-04 4:50 
AnswerRe: Passing window to a different process? Pin
David Crow11-Jun-04 5:16
David Crow11-Jun-04 5:16 
GeneralRe: Passing window to a different process? Pin
IGx8911-Jun-04 6:00
IGx8911-Jun-04 6:00 
GeneralRe: Passing window to a different process? Pin
David Crow11-Jun-04 6:12
David Crow11-Jun-04 6:12 
GeneralRe: Passing window to a different process? Pin
IGx8911-Jun-04 6:45
IGx8911-Jun-04 6:45 
GeneralRe: Passing window to a different process? Pin
David Crow11-Jun-04 7:17
David Crow11-Jun-04 7:17 
AnswerRe: Passing window to a different process? Pin
palbano11-Jun-04 5:34
palbano11-Jun-04 5:34 
GeneralRe: Passing window to a different process? Pin
IGx8911-Jun-04 5:58
IGx8911-Jun-04 5:58 
GeneralRe: Passing window to a different process? Pin
jmkhael11-Jun-04 6:06
jmkhael11-Jun-04 6:06 
GeneralRe: Passing window to a different process? Pin
IGx8911-Jun-04 6:41
IGx8911-Jun-04 6:41 

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.