Click here to Skip to main content
15,887,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 'The heck? How is 14==4? Pin
Lord Kixdemp7-Jun-06 2:49
Lord Kixdemp7-Jun-06 2:49 
Questioncreating a grid like control using edit control Pin
arunmahe7-Jun-06 1:37
arunmahe7-Jun-06 1:37 
AnswerRe: creating a grid like control using edit control Pin
Cedric Moonen7-Jun-06 1:49
Cedric Moonen7-Jun-06 1:49 
AnswerRe: creating a grid like control using edit control Pin
harilal7-Jun-06 2:01
harilal7-Jun-06 2:01 
AnswerRe: creating a grid like control using edit control Pin
Maximilien7-Jun-06 2:48
Maximilien7-Jun-06 2:48 
AnswerRe: creating a grid like control using edit control Pin
ThatsAlok7-Jun-06 22:41
ThatsAlok7-Jun-06 22:41 
Questionhow to send a custom message to a window service? Pin
sunyw_20067-Jun-06 1:15
sunyw_20067-Jun-06 1:15 
AnswerRe: how to send a custom message to a window service? Pin
Viorel.7-Jun-06 3:28
Viorel.7-Jun-06 3:28 
I think you should first check if it is practically possible to create a hidden window from a service. Since the service normally is started before the user enters the system, I suppose it will be impossible to create the helper window on early stage. You should try to create the window after the user logs in.

If you manage to create a helper hidden window from your service, then you can use the WM_COPYDATA message to send messages from your application to service.

Otherwise, if you do not found a solution, I am afraid you have to use a thing called Inter-process Communication (IPC). There is a series of methods: sockets, shared memory, pipes and others, that you have to investigate.
AnswerRe: how to send a custom message to a window service? Pin
Nibu babu thomas7-Jun-06 18:27
Nibu babu thomas7-Jun-06 18:27 
QuestionUSB-Serial adpater and normal serial communication Pin
Veeresh Hiremath7-Jun-06 0:39
Veeresh Hiremath7-Jun-06 0:39 
AnswerRe: USB-Serial adpater and normal serial communication Pin
Cedric Moonen7-Jun-06 1:23
Cedric Moonen7-Jun-06 1:23 
Questiondate function to mysql Pin
yogendra kaushik7-Jun-06 0:35
yogendra kaushik7-Jun-06 0:35 
AnswerRe: date function to mysql Pin
_AnsHUMAN_ 7-Jun-06 0:45
_AnsHUMAN_ 7-Jun-06 0:45 
AnswerRe: date function to mysql Pin
Laxman Auti7-Jun-06 2:41
Laxman Auti7-Jun-06 2:41 
AnswerRe: date function to mysql Pin
David Crow7-Jun-06 3:27
David Crow7-Jun-06 3:27 
QuestionList control - Mouse Move Pin
RajiRaghu7-Jun-06 0:28
RajiRaghu7-Jun-06 0:28 
AnswerRe: List control - Mouse Move Pin
Naveen7-Jun-06 1:19
Naveen7-Jun-06 1:19 
GeneralRe: List control - Mouse Move Pin
RajiRaghu7-Jun-06 1:59
RajiRaghu7-Jun-06 1:59 
GeneralRe: List control - Mouse Move Pin
Naveen7-Jun-06 2:05
Naveen7-Jun-06 2:05 
GeneralRe: List control - Mouse Move Pin
Nishad S7-Jun-06 2:19
Nishad S7-Jun-06 2:19 
AnswerRe: List control - Mouse Move Pin
Viorel.7-Jun-06 1:34
Viorel.7-Jun-06 1:34 
AnswerRe: List control - Mouse Move Pin
Nishad S7-Jun-06 2:17
Nishad S7-Jun-06 2:17 
QuestionCan window be create in a window service? Pin
sunyw_20067-Jun-06 0:27
sunyw_20067-Jun-06 0:27 
AnswerRe: Com not getting registered Pin
Michael Dunn7-Jun-06 2:41
sitebuilderMichael Dunn7-Jun-06 2:41 
QuestionKey Event In Split Window Pin
g_sandipan6-Jun-06 23:53
g_sandipan6-Jun-06 23:53 

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.