Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCToolbar on dialog Pin
Andy H9-Apr-07 23:46
Andy H9-Apr-07 23:46 
AnswerRe: CToolbar on dialog Pin
Hamid_RT9-Apr-07 23:58
Hamid_RT9-Apr-07 23:58 
QuestionButton Size Pin
Try9-Apr-07 23:37
Try9-Apr-07 23:37 
AnswerRe: Button Size Pin
Arman S.10-Apr-07 0:42
Arman S.10-Apr-07 0:42 
QuestionNot able to use CString properly .Please Help Pin
yaminisridaran9-Apr-07 23:36
yaminisridaran9-Apr-07 23:36 
AnswerRe: Not able to use CString properly .Please Help Pin
Try9-Apr-07 23:39
Try9-Apr-07 23:39 
GeneralRe: Not able to use CString properly .Please Help Pin
John R. Shaw10-Apr-07 0:13
John R. Shaw10-Apr-07 0:13 
AnswerRe: Not able to use CString properly .Please Help Pin
John R. Shaw10-Apr-07 0:30
John R. Shaw10-Apr-07 0:30 
That should work, although I would shorten it to reply += (char)byte;

Make sure the byte you are trying to append is not zero.

Also make sure that the CString is supposed to hold 'char' and not 'wchar_t' values, although the compiler should probably warn you if that was the case.

If that fails, then try using reply.Insert(reply.GetLength(),(char)byte);

I can think of one other option, but I would not recommend it, so I will leave it there.

Good Luck!

INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

QuestionRe: Not able to use CString properly .Please Help Pin
David Crow10-Apr-07 2:16
David Crow10-Apr-07 2:16 
AnswerRe: Not able to use CString properly .Please Help Pin
Michael Dunn10-Apr-07 6:06
sitebuilderMichael Dunn10-Apr-07 6:06 
QuestionHow to get Deselected Element of ListBox?? Pin
narayanagvs9-Apr-07 23:30
narayanagvs9-Apr-07 23:30 
AnswerRe: How to get Deselected Element of ListBox?? Pin
Wamuti10-Apr-07 1:53
Wamuti10-Apr-07 1:53 
AnswerRe: How to get Deselected Element of ListBox?? Pin
David Crow10-Apr-07 2:18
David Crow10-Apr-07 2:18 
Questiontab order for dynamic controls Pin
prathuraj9-Apr-07 23:26
prathuraj9-Apr-07 23:26 
AnswerRe: tab order for dynamic controls Pin
vimarsh puneet9-Apr-07 23:44
vimarsh puneet9-Apr-07 23:44 
AnswerRe: tab order for dynamic controls Pin
vimarsh puneet9-Apr-07 23:46
vimarsh puneet9-Apr-07 23:46 
GeneralRe: tab order for dynamic controls Pin
prathuraj10-Apr-07 0:11
prathuraj10-Apr-07 0:11 
GeneralRe: tab order for dynamic controls Pin
vimarsh puneet10-Apr-07 1:22
vimarsh puneet10-Apr-07 1:22 
GeneralError Pin
prathuraj10-Apr-07 2:01
prathuraj10-Apr-07 2:01 
AnswerRe: tab order for dynamic controls Pin
David Crow10-Apr-07 2:19
David Crow10-Apr-07 2:19 
QuestionSome Dll problem. Pin
david bagaturia9-Apr-07 22:41
david bagaturia9-Apr-07 22:41 
AnswerRe: Some Dll problem. Pin
Arman S.10-Apr-07 0:32
Arman S.10-Apr-07 0:32 
AnswerRe: Some Dll problem. Pin
Hamid_RT10-Apr-07 2:00
Hamid_RT10-Apr-07 2:00 
GeneralRe: Some Dll problem. Pin
david bagaturia10-Apr-07 2:51
david bagaturia10-Apr-07 2:51 
GeneralRe: Some Dll problem. Pin
Hamid_RT10-Apr-07 7:42
Hamid_RT10-Apr-07 7:42 

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.