Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem of EditBox. Pin
Le@rner8-Sep-08 1:25
Le@rner8-Sep-08 1:25 
AnswerRe: Problem of EditBox. Pin
SandipG 8-Sep-08 1:44
SandipG 8-Sep-08 1:44 
GeneralRe: Problem of EditBox. Pin
Le@rner8-Sep-08 1:51
Le@rner8-Sep-08 1:51 
GeneralRe: Problem of EditBox. Pin
_AnsHUMAN_ 8-Sep-08 1:55
_AnsHUMAN_ 8-Sep-08 1:55 
GeneralRe: Problem of EditBox. Pin
Le@rner8-Sep-08 2:17
Le@rner8-Sep-08 2:17 
GeneralRe: Problem of EditBox. Pin
SandipG 8-Sep-08 1:57
SandipG 8-Sep-08 1:57 
QuestionCEditBox Control Pin
Dhiraj kumar Saini8-Sep-08 1:21
Dhiraj kumar Saini8-Sep-08 1:21 
AnswerRe: CEditBox Control Pin
bob169728-Sep-08 6:51
bob169728-Sep-08 6:51 
You might want to start by using UCS-2 (UTF-16 without surrogates. Microsoft likes to call this "UNICODE") within your app for character encodings. This would be the recommended way to pass it around in memory (i.e. CStringW, BSTR, etc...) then you could choose to encode it using UTF-8 when turning it into XML.

Basically, in your "Project", "[YourApp]Properties", set "Character Encoding" to "Use Unicode Character Set".
GeneralRe: CEditBox Control Pin
Dhiraj kumar Saini8-Sep-08 19:13
Dhiraj kumar Saini8-Sep-08 19:13 
QuestionIOCTL Pin
ameyakoshti8-Sep-08 0:52
ameyakoshti8-Sep-08 0:52 
AnswerRe: IOCTL Pin
David Crow8-Sep-08 3:24
David Crow8-Sep-08 3:24 
GeneralRe: IOCTL Pin
ameyakoshti9-Sep-08 6:39
ameyakoshti9-Sep-08 6:39 
GeneralRe: IOCTL Pin
David Crow9-Sep-08 6:47
David Crow9-Sep-08 6:47 
GeneralRe: IOCTL Pin
ameyakoshti9-Sep-08 6:54
ameyakoshti9-Sep-08 6:54 
GeneralRe: IOCTL Pin
David Crow9-Sep-08 8:10
David Crow9-Sep-08 8:10 
GeneralRe: IOCTL Pin
ameyakoshti9-Sep-08 6:56
ameyakoshti9-Sep-08 6:56 
GeneralRe: IOCTL Pin
David Crow9-Sep-08 8:12
David Crow9-Sep-08 8:12 
Questionguide created file.exe for vc++6.0. thanks very much Pin
aa_zz8-Sep-08 0:29
aa_zz8-Sep-08 0:29 
Question!UNLODCTR program error - exit status = 5 Pin
V K 28-Sep-08 0:16
V K 28-Sep-08 0:16 
AnswerRe: !UNLODCTR program error - exit status = 5 Pin
Rane8-Sep-08 1:38
Rane8-Sep-08 1:38 
Questionhow to add a list of file paths to a tree as quickly as possible? Pin
sheny8-Sep-08 0:10
sheny8-Sep-08 0:10 
AnswerRe: how to add a list of file paths to a tree as quickly as possible? Pin
David Crow8-Sep-08 3:54
David Crow8-Sep-08 3:54 
Question[Message Deleted] Pin
an898-Sep-08 0:04
an898-Sep-08 0:04 
AnswerRe: worker thread model using boost library Pin
SandipG 8-Sep-08 0:08
SandipG 8-Sep-08 0:08 
QuestionAdd In - How to include Pin
GeorgeVN8-Sep-08 0:00
GeorgeVN8-Sep-08 0:00 

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.