Click here to Skip to main content
15,890,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Change colour of enhanced metafiles? Pin
John R. Shaw6-Apr-04 16:22
John R. Shaw6-Apr-04 16:22 
GeneralRe: Change colour of enhanced metafiles? Pin
JezzerP6-Apr-04 21:44
JezzerP6-Apr-04 21:44 
GeneralConvert PDF to TXT Pin
Jay.Jay6-Apr-04 2:39
Jay.Jay6-Apr-04 2:39 
GeneralRe: Convert PDF to TXT Pin
Paul Ranson6-Apr-04 3:01
Paul Ranson6-Apr-04 3:01 
GeneralAdd new Button to Outlook Pin
Anonymous6-Apr-04 2:28
Anonymous6-Apr-04 2:28 
GeneralRe: Add new Button to Outlook Pin
David Crow6-Apr-04 7:18
David Crow6-Apr-04 7:18 
GeneralUCHAR to CString Pin
packetlos6-Apr-04 2:28
packetlos6-Apr-04 2:28 
GeneralRe: UCHAR to CString Pin
Rory Solley6-Apr-04 3:39
Rory Solley6-Apr-04 3:39 
I'm assuming the data returned is standard text, you can do something like:

CString strMyString = reinterpret_cast<const char*="">(&pkt_data[14]);
GeneralRe: UCHAR to CString Pin
jmkhael6-Apr-04 3:39
jmkhael6-Apr-04 3:39 
GeneralRe: UCHAR to CString Pin
David Crow6-Apr-04 3:44
David Crow6-Apr-04 3:44 
GeneralRe: UCHAR to CString Pin
John R. Shaw6-Apr-04 16:35
John R. Shaw6-Apr-04 16:35 
GeneralInvalid Argument Pin
sschilachi6-Apr-04 2:18
sschilachi6-Apr-04 2:18 
GeneralRe: Invalid Argument Pin
David Crow6-Apr-04 3:35
David Crow6-Apr-04 3:35 
GeneralRe: Invalid Argument Pin
sschilachi6-Apr-04 5:31
sschilachi6-Apr-04 5:31 
GeneralRe: Invalid Argument Pin
David Crow6-Apr-04 5:42
David Crow6-Apr-04 5:42 
AnswerRe: An invalid argument was encountered Pin
rhfritz121-Apr-10 3:04
rhfritz121-Apr-10 3:04 
Questionuser defined events? Pin
nurpinar6-Apr-04 2:17
nurpinar6-Apr-04 2:17 
AnswerRe: user defined events? Pin
mangellj6-Apr-04 3:56
mangellj6-Apr-04 3:56 
GeneralC++ help - getting object types Pin
Anonymous6-Apr-04 2:17
Anonymous6-Apr-04 2:17 
GeneralRe: C++ help - getting object types Pin
Cedric Moonen6-Apr-04 2:29
Cedric Moonen6-Apr-04 2:29 
GeneralRe: C++ help - getting object types Pin
thowra6-Apr-04 2:58
thowra6-Apr-04 2:58 
GeneralRe: C++ help - getting object types Pin
Cedric Moonen6-Apr-04 3:09
Cedric Moonen6-Apr-04 3:09 
GeneralRe: C++ help - getting object types Pin
thowra6-Apr-04 6:18
thowra6-Apr-04 6:18 
GeneralRe: C++ help - getting object types Pin
Maximilien6-Apr-04 2:59
Maximilien6-Apr-04 2:59 
GeneralRe: C++ help - getting object types Pin
Andrew Walker6-Apr-04 4:49
Andrew Walker6-Apr-04 4:49 

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.