Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Show color at pointer position... Pin
Richard Perrine8-Jan-09 6:45
Richard Perrine8-Jan-09 6:45 
GeneralRe: Show color at pointer position... Pin
toxcct8-Jan-09 6:51
toxcct8-Jan-09 6:51 
AnswerRe: Show color at pointer position... Pin
Jijo.Raj8-Jan-09 3:17
Jijo.Raj8-Jan-09 3:17 
GeneralRe: Show color at pointer position... Pin
Richard Perrine8-Jan-09 6:46
Richard Perrine8-Jan-09 6:46 
QuestionInvoking a Web Service using Visual C++ .NET Pin
Thomas_Mathews8-Jan-09 1:40
Thomas_Mathews8-Jan-09 1:40 
AnswerRe: Invoking a Web Service using Visual C++ .NET Pin
Hamid_RT8-Jan-09 1:47
Hamid_RT8-Jan-09 1:47 
QuestionHow to create, fire and send event in Win32, c++ application Pin
Member 46202168-Jan-09 0:29
Member 46202168-Jan-09 0:29 
AnswerRe: How to create, fire and send event in Win32, c++ application Pin
Stuart Dootson8-Jan-09 2:11
professionalStuart Dootson8-Jan-09 2:11 
Win32 events[^] would allow you to signal the application from the DLL - but pass no data.

Other alternatives include named pipes and mailslots - those would allow you to pass data from the DLL in the service manager to your application.

You want to look at interprocess communications[^] and synchronisation[^], I think.

One other alternative - if you can pass a window handle from your application to the DLL in the service manager (probably a bit tricky!), your DLL could post window messages to that window - see the documentation[^] for details.
QuestionHow to check null or corrupted char pointer value Pin
KASR18-Jan-09 0:11
KASR18-Jan-09 0:11 
AnswerRe: How to check null or corrupted char pointer value Pin
Abhijit A8-Jan-09 0:34
Abhijit A8-Jan-09 0:34 
AnswerRe: How to check null or corrupted char pointer value [modified] Pin
CPallini8-Jan-09 0:38
mveCPallini8-Jan-09 0:38 
GeneralRe: How to check null or corrupted char pointer value Pin
KASR18-Jan-09 0:47
KASR18-Jan-09 0:47 
GeneralRe: How to check null or corrupted char pointer value Pin
Cedric Moonen8-Jan-09 0:50
Cedric Moonen8-Jan-09 0:50 
GeneralRe: How to check null or corrupted char pointer value Pin
KASR18-Jan-09 1:02
KASR18-Jan-09 1:02 
GeneralRe: How to check null or corrupted char pointer value Pin
KASR18-Jan-09 1:27
KASR18-Jan-09 1:27 
GeneralRe: How to check null or corrupted char pointer value Pin
CPallini8-Jan-09 0:52
mveCPallini8-Jan-09 0:52 
GeneralRe: How to check null or corrupted char pointer value Pin
KASR18-Jan-09 0:58
KASR18-Jan-09 0:58 
GeneralRe: How to check null or corrupted char pointer value Pin
toxcct8-Jan-09 1:06
toxcct8-Jan-09 1:06 
GeneralRe: How to check null or corrupted char pointer value Pin
KASR18-Jan-09 1:14
KASR18-Jan-09 1:14 
GeneralRe: How to check null or corrupted char pointer value Pin
toxcct8-Jan-09 1:16
toxcct8-Jan-09 1:16 
GeneralRe: How to check null or corrupted char pointer value Pin
KASR18-Jan-09 1:25
KASR18-Jan-09 1:25 
GeneralRe: How to check null or corrupted char pointer value Pin
Randor 8-Jan-09 1:34
professional Randor 8-Jan-09 1:34 
GeneralRe: How to check null or corrupted char pointer value Pin
KASR18-Jan-09 1:59
KASR18-Jan-09 1:59 
GeneralRe: How to check null or corrupted char pointer value Pin
CPallini8-Jan-09 1:34
mveCPallini8-Jan-09 1:34 
GeneralRe: How to check null or corrupted char pointer value Pin
KASR18-Jan-09 1:41
KASR18-Jan-09 1: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.