Click here to Skip to main content
15,900,503 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
How about:

CString str;
strcpy(str.GetBuffer(###), ...);
str.ReleaseBuffer();
You might also be able to use CString's assignment operator, but I've not tried it so I can't say for sure.


"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)


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 
GeneralRe: C++ help - getting object types Pin
Nemanja Trifunovic6-Apr-04 5:05
Nemanja Trifunovic6-Apr-04 5:05 
GeneralRe: C++ help - getting object types Pin
Maxwell Chen6-Apr-04 16:45
Maxwell Chen6-Apr-04 16:45 

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.