Click here to Skip to main content
15,909,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL function calling Pin
Ahsan Askare16-Sep-05 20:58
Ahsan Askare16-Sep-05 20:58 
GeneralRe: DLL function calling Pin
S. Senthil Kumar16-Sep-05 21:00
S. Senthil Kumar16-Sep-05 21:00 
AnswerRe: DLL function calling Pin
ThatsAlok16-Sep-05 19:57
ThatsAlok16-Sep-05 19:57 
AnswerRe: DLL function calling Pin
ky_rerun17-Sep-05 10:25
ky_rerun17-Sep-05 10:25 
QuestionInteract with Windows Services Pin
Laji5916-Sep-05 18:04
Laji5916-Sep-05 18:04 
AnswerRe: Interact with Windows Services Pin
ThatsAlok16-Sep-05 21:01
ThatsAlok16-Sep-05 21:01 
GeneralRe: Interact with Windows Services Pin
Laji5916-Sep-05 21:55
Laji5916-Sep-05 21:55 
AnswerRe: Interact with Windows Services Pin
ThatsAlok16-Sep-05 22:49
ThatsAlok16-Sep-05 22:49 
Mojtaba_Service wrote:
about Windows Services in the "Interprocess communiccation

Interprocess Communication is use to communicate between two or more process (based on method you are using). Now let if you Window Service have window it must have HWND associated with it... so using Simplest Interprocess mechanism i.e. Window Message you can Post your User Defined messages (WM_APP+ and WM_USER+) with some other program/process and instruct the service to work according to it...

This is just simple logic. Better you try this logic with two desktop-based application before applying directly to service.


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


cheers,
Alok Gupta
VC Forum Q&A :- I/ IV
GeneralRe: Interact with Windows Services Pin
Igor Vigdorchik17-Sep-05 10:18
Igor Vigdorchik17-Sep-05 10:18 
GeneralRe: Interact with Windows Services Pin
ThatsAlok18-Sep-05 18:07
ThatsAlok18-Sep-05 18:07 
AnswerRe: Interact with Windows Services Pin
Igor Vigdorchik17-Sep-05 10:26
Igor Vigdorchik17-Sep-05 10:26 
Questionprocess question Pin
gamitech16-Sep-05 16:16
gamitech16-Sep-05 16:16 
AnswerRe: process question Pin
ThatsAlok16-Sep-05 22:50
ThatsAlok16-Sep-05 22:50 
AnswerRe: process question Pin
YoSilver17-Sep-05 1:54
YoSilver17-Sep-05 1:54 
GeneralRe: process question Pin
Alexander M.,17-Sep-05 11:43
Alexander M.,17-Sep-05 11:43 
GeneralRe: process question Pin
gamitech18-Sep-05 2:04
gamitech18-Sep-05 2:04 
Questionhow to get IMAGE_FUNCTION_ENTRY Pin
gamitech16-Sep-05 16:08
gamitech16-Sep-05 16:08 
AnswerRe: how to get IMAGE_FUNCTION_ENTRY Pin
YoSilver17-Sep-05 2:03
YoSilver17-Sep-05 2:03 
AnswerRe: how to get IMAGE_FUNCTION_ENTRY Pin
Alexander M.,17-Sep-05 12:07
Alexander M.,17-Sep-05 12:07 
QuestionNewbie Question Pin
kenexcelon16-Sep-05 9:52
kenexcelon16-Sep-05 9:52 
AnswerRe: Newbie Question Pin
David Crow16-Sep-05 10:11
David Crow16-Sep-05 10:11 
GeneralRe: Newbie Question Pin
kenexcelon16-Sep-05 10:30
kenexcelon16-Sep-05 10:30 
GeneralRe: Newbie Question Pin
David Crow16-Sep-05 10:36
David Crow16-Sep-05 10:36 
GeneralRe: Newbie Question Pin
hunter1316-Sep-05 10:40
hunter1316-Sep-05 10:40 
GeneralRe: Newbie Question Pin
hunter1316-Sep-05 10:36
hunter1316-Sep-05 10:36 

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.