Click here to Skip to main content
15,917,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: change background color of dialog Pin
Malli_S29-Dec-08 23:49
Malli_S29-Dec-08 23:49 
GeneralRe: change background color of dialog Pin
zhiyuan1629-Dec-08 23:58
zhiyuan1629-Dec-08 23:58 
AnswerRe: change background color of dialog Pin
Jijo.Raj29-Dec-08 1:22
Jijo.Raj29-Dec-08 1:22 
Questionhow to proceed?? Pin
debonair12345629-Dec-08 0:52
debonair12345629-Dec-08 0:52 
AnswerRe: how to proceed?? Pin
Malli_S29-Dec-08 1:21
Malli_S29-Dec-08 1:21 
GeneralRe: how to proceed?? Pin
debonair12345629-Dec-08 1:38
debonair12345629-Dec-08 1:38 
GeneralRe: how to proceed?? Pin
Malli_S29-Dec-08 2:30
Malli_S29-Dec-08 2:30 
AnswerRe: how to proceed?? Pin
Hamid_RT29-Dec-08 1:34
Hamid_RT29-Dec-08 1:34 
GeneralRe: how to proceed?? Pin
debonair12345629-Dec-08 1:54
debonair12345629-Dec-08 1:54 
GeneralRe: how to proceed?? Pin
ThatsAlok29-Dec-08 21:57
ThatsAlok29-Dec-08 21:57 
GeneralRe: how to proceed?? Pin
debonair12345629-Dec-08 22:56
debonair12345629-Dec-08 22:56 
GeneralRe: how to proceed?? Pin
ThatsAlok30-Dec-08 0:07
ThatsAlok30-Dec-08 0:07 
GeneralRe: how to proceed?? [modified] Pin
debonair12345630-Dec-08 0:52
debonair12345630-Dec-08 0:52 
yea there is a documented way.. if i give a command like this to the service"" <username password="******/>" i.e.="" mode="hold">
when a event occurs, then it ll send a command in the above said format.. i have to send the data from those command to another application .Smile | :)

i used client socket programming to send n receive the message., is there any way to get the data


wsprintf(Buffer, ""<username password="******/">", loopcount++);

iretval = send(c_socket, zBuffer, sizeof(zBuffer), 0);

if (retval == SOCKET_ERROR)

{

fprintf(stderr," send() failed: error %d.\n", WSAGetLastError());

WSACleanup();

return -1;

}

else

printf("send() is OK.\n");

printf(" Sent data \"%s\"\n", zBuffer);

modified on Tuesday, December 30, 2008 7:25 AM

QuestionWhat wrong with this code? Pin
SNI29-Dec-08 0:50
SNI29-Dec-08 0:50 
GeneralRe: What wrong with this code? Pin
Malli_S29-Dec-08 1:01
Malli_S29-Dec-08 1:01 
GeneralRe: What wrong with this code? Pin
SNI29-Dec-08 1:20
SNI29-Dec-08 1:20 
GeneralRe: What wrong with this code? Pin
Malli_S29-Dec-08 2:50
Malli_S29-Dec-08 2:50 
QuestionProblem about injecting a dll to another process and use it to send menu message issues. Pin
kcynic28-Dec-08 23:28
kcynic28-Dec-08 23:28 
GeneralRe: Problem about injecting a dll to another process and use it to send menu message issues. Pin
Malli_S28-Dec-08 23:52
Malli_S28-Dec-08 23:52 
GeneralRe: Problem about injecting a dll to another process and use it to send menu message issues. Pin
kcynic29-Dec-08 3:51
kcynic29-Dec-08 3:51 
GeneralRe: Problem about injecting a dll to another process and use it to send menu message issues. Pin
Malli_S29-Dec-08 21:00
Malli_S29-Dec-08 21:00 
AnswerRe: Problem about injecting a dll to another process and use it to send menu message issues. Pin
kcynic8-Jan-09 18:29
kcynic8-Jan-09 18:29 
QuestionCertificate usage Pin
Sunil P V28-Dec-08 21:25
Sunil P V28-Dec-08 21:25 
QuestionLinking Error Pin
Aabid28-Dec-08 20:15
Aabid28-Dec-08 20:15 
AnswerRe: Linking Error Pin
Malli_S28-Dec-08 21:08
Malli_S28-Dec-08 21:08 

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.