How to fill Edit Control in VC++ MFC with ASCII text string?

  • Thread starter Thread starter Stan Huang at Taiwan
  • Start date Start date
S

Stan Huang at Taiwan

Guest
I've got an Edit Control variable CEdit jsonMsg. According to spec, I need to fill text into it using jsonMsg.ReplaceSel(). But my problem is that the text I would like to fill into is like "unsigned char buff[500]. How can I fill text inside buff into jsonMsg's Edit box?

Continue reading...
 
Back
Top