Click here to Skip to main content
15,914,014 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A question about CRichEditCtrl Pin
Christian Graus5-Jun-05 15:42
protectorChristian Graus5-Jun-05 15:42 
GeneralRe: A question about CRichEditCtrl Pin
fanlovefan5-Jun-05 17:12
fanlovefan5-Jun-05 17:12 
GeneralTCP service Pin
prof.hell5-Jun-05 15:11
prof.hell5-Jun-05 15:11 
GeneralRe: TCP service Pin
ThatsAlok5-Jun-05 17:56
ThatsAlok5-Jun-05 17:56 
Questionhelp with toolbar with 256 color icons? Pin
nm_1145-Jun-05 13:55
nm_1145-Jun-05 13:55 
GeneralADO error 340 Pin
no_oop_please5-Jun-05 13:18
no_oop_please5-Jun-05 13:18 
GeneralRe: ADO error 340 Pin
no_oop_please5-Jun-05 13:31
no_oop_please5-Jun-05 13:31 
GeneralRe: ADO error 340 Pin
no_oop_please6-Jun-05 5:49
no_oop_please6-Jun-05 5:49 
QuestionJavaScript Suggestions? Pin
bitpusher5-Jun-05 11:14
bitpusher5-Jun-05 11:14 
GeneralSpy++ / Window Handle Pin
Abhishek Karnik5-Jun-05 10:41
Abhishek Karnik5-Jun-05 10:41 
GeneralRe: Spy++ / Window Handle Pin
ThatsAlok5-Jun-05 18:12
ThatsAlok5-Jun-05 18:12 
Generalreading and writing Files through MFC Pin
Member 20005495-Jun-05 10:31
Member 20005495-Jun-05 10:31 
GeneralRe: reading and writing Files through MFC Pin
Jack Puppy5-Jun-05 11:09
Jack Puppy5-Jun-05 11:09 
GeneralRe: reading and writing Files through MFC Pin
Christian Graus5-Jun-05 11:22
protectorChristian Graus5-Jun-05 11:22 
GeneralPass pointer to double array as func. parameter Pin
Robert Palma Jr.5-Jun-05 7:28
Robert Palma Jr.5-Jun-05 7:28 
GeneralRe: Pass pointer to double array as func. parameter Pin
Tom Archer5-Jun-05 7:56
Tom Archer5-Jun-05 7:56 
GeneralRe: Pass pointer to double array as func. parameter Pin
Tom Archer5-Jun-05 8:01
Tom Archer5-Jun-05 8:01 
GeneralRe: Pass pointer to double array as func. parameter Pin
Dominik Reichl5-Jun-05 9:54
Dominik Reichl5-Jun-05 9:54 
GeneralRe: Pass pointer to double array as func. parameter Pin
Michael Dunn5-Jun-05 18:02
sitebuilderMichael Dunn5-Jun-05 18:02 
GeneralRe: Pass pointer to double array as func. parameter Pin
Robert Palma Jr.6-Jun-05 5:03
Robert Palma Jr.6-Jun-05 5:03 
GeneralSend a data with a message Pin
Pasquale825-Jun-05 6:44
Pasquale825-Jun-05 6:44 
GeneralRe: Send a data with a message Pin
Tom Archer5-Jun-05 8:08
Tom Archer5-Jun-05 8:08 
GeneralRe: Send a data with a message Pin
Jack Puppy5-Jun-05 8:11
Jack Puppy5-Jun-05 8:11 
GeneralRe: Send a data with a message Pin
Rouslan Grabar [Russ]5-Jun-05 18:59
Rouslan Grabar [Russ]5-Jun-05 18:59 
GeneralRe: Send a data with a message Pin
ThatsAlok5-Jun-05 19:32
ThatsAlok5-Jun-05 19:32 
Rouslan Grabar [Russ] wrote:
struct MYMESSAGEDATA
{
int nInteger;
char* nString;
// add here anything you want later
// e.g. status flags, length of a string, etc.
};

...


Sounds similiar to WM_COPYDATA Smile | :)

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


cheers,
Alok Gupta

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.