Click here to Skip to main content
15,920,801 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help to set window style! Pin
bosfan8-Mar-07 3:07
bosfan8-Mar-07 3:07 
GeneralRe: Need help to set window style! Pin
David Crow8-Mar-07 3:17
David Crow8-Mar-07 3:17 
GeneralRe: Need help to set window style! Pin
bosfan8-Mar-07 3:06
bosfan8-Mar-07 3:06 
AnswerRe: Need help to set window style! Pin
Paresh Chitte8-Mar-07 17:12
Paresh Chitte8-Mar-07 17:12 
QuestionMixed UCS-2 and 1-byte ASCII characters Pin
jones1668-Mar-07 1:41
jones1668-Mar-07 1:41 
AnswerRe: Mixed UCS-2 and 1-byte ASCII characters Pin
Nemanja Trifunovic8-Mar-07 1:51
Nemanja Trifunovic8-Mar-07 1:51 
GeneralRe: Mixed UCS-2 and 1-byte ASCII characters Pin
jones1668-Mar-07 2:10
jones1668-Mar-07 2:10 
GeneralRe: Mixed UCS-2 and 1-byte ASCII characters Pin
Nemanja Trifunovic8-Mar-07 2:36
Nemanja Trifunovic8-Mar-07 2:36 
To find out if the Japanese characters are really encoded as UCS-2, check that the first two Japanese bytes form a symbol that you actually see on the screen. In your case it would be U+95e7, and this is the correspondingUnicode character[^]. Is that what you see?

On the other hand, if it is Shift_JIS, 0x95e7 would correspond[^] to Unicode 0x6155[^] - is that what you see on the screen? If it turns out to be SHIFT_JIS, just use MultiByteToWideChar to convert it to UTF-16.


QuestionHow to check extended style of List View? Pin
Aryan S8-Mar-07 1:39
Aryan S8-Mar-07 1:39 
AnswerRe: How to check extended style of List View? Pin
vibindia8-Mar-07 2:05
vibindia8-Mar-07 2:05 
QuestionGetting the IE cache entry of the image displayed in the IE Pin
Suyash8-Mar-07 1:05
Suyash8-Mar-07 1:05 
Questiongarbage value problem???? Pin
amitmistry_petlad 8-Mar-07 0:39
amitmistry_petlad 8-Mar-07 0:39 
AnswerRe: garbage value problem???? Pin
prasad_som8-Mar-07 0:46
prasad_som8-Mar-07 0:46 
GeneralRe: garbage value problem???? Pin
amitmistry_petlad 8-Mar-07 0:54
amitmistry_petlad 8-Mar-07 0:54 
AnswerRe: garbage value problem???? Pin
prasad_som8-Mar-07 1:29
prasad_som8-Mar-07 1:29 
GeneralRe: garbage value problem???? Pin
amitmistry_petlad 8-Mar-07 2:39
amitmistry_petlad 8-Mar-07 2:39 
AnswerRe: garbage value problem???? Pin
prasad_som8-Mar-07 2:51
prasad_som8-Mar-07 2:51 
AnswerRe: garbage value problem???? Pin
krmed8-Mar-07 2:58
krmed8-Mar-07 2:58 
Questionmemcpy related Pin
NiceNaidu8-Mar-07 0:37
NiceNaidu8-Mar-07 0:37 
AnswerRe: memcpy related Pin
Vinod Sankaranarayanan8-Mar-07 1:30
Vinod Sankaranarayanan8-Mar-07 1:30 
GeneralRe: memcpy related Pin
toxcct8-Mar-07 1:40
toxcct8-Mar-07 1:40 
GeneralRe: memcpy related Pin
Nemanja Trifunovic8-Mar-07 2:00
Nemanja Trifunovic8-Mar-07 2:00 
GeneralRe: memcpy related Pin
toxcct8-Mar-07 2:12
toxcct8-Mar-07 2:12 
GeneralRe: memcpy related Pin
Nemanja Trifunovic8-Mar-07 2:58
Nemanja Trifunovic8-Mar-07 2:58 
GeneralRe: memcpy related Pin
PJ Arends8-Mar-07 5:00
professionalPJ Arends8-Mar-07 5: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.