Click here to Skip to main content
15,881,559 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVisual C++ Task list Pin
Giles11-Jun-06 7:25
Giles11-Jun-06 7:25 
QuestionMenu Bitmaps from Minimal Source Code in Dialog Pin
Igor Mihailov11-Jun-06 7:25
Igor Mihailov11-Jun-06 7:25 
AnswerRe: Menu Bitmaps from Minimal Source Code in Dialog Pin
Gary R. Wheeler11-Jun-06 8:21
Gary R. Wheeler11-Jun-06 8:21 
GeneralRe: Menu Bitmaps from Minimal Source Code in Dialog Pin
Igor Mihailov11-Jun-06 9:30
Igor Mihailov11-Jun-06 9:30 
GeneralRe: Menu Bitmaps from Minimal Source Code in Dialog Pin
Gary R. Wheeler11-Jun-06 10:44
Gary R. Wheeler11-Jun-06 10:44 
GeneralRe: Menu Bitmaps from Minimal Source Code in Dialog Pin
Igor Mihailov11-Jun-06 20:14
Igor Mihailov11-Jun-06 20:14 
QuestionHow to detect if XML resource is UTF8 or UTF16 Pin
Andre xxxxxxx11-Jun-06 7:01
Andre xxxxxxx11-Jun-06 7:01 
AnswerRe: How to detect if XML resource is UTF8 or UTF16 Pin
bob1697211-Jun-06 8:31
bob1697211-Jun-06 8:31 
If you created the resource string using MSXML then the string will be a BSTR which is UTF-16 by definition. Microsoft warns that the string will not contain the byte order mark that you normally can check for at the beginning of a disk file.

The thing to remember when parsing a BSTR string created with MSXML is that the line indicating the encoding will not reflect the actual encoding of the string.

In other words,

<?xml version="1.0" encoding="UTF-8"?>

in a BSTR representation should be ignored as the encoding will always be UTF-16.
AnswerRe: How to detect if XML resource is UTF8 or UTF16 Pin
Michael Dunn11-Jun-06 9:54
sitebuilderMichael Dunn11-Jun-06 9:54 
GeneralRe: How to detect if XML resource is UTF8 or UTF16 Pin
Andre xxxxxxx11-Jun-06 10:20
Andre xxxxxxx11-Jun-06 10:20 
QuestionChange User-Agent String with BHO Pin
nmx_de11-Jun-06 5:27
nmx_de11-Jun-06 5:27 
Questionsorting Pin
RockyJames11-Jun-06 4:02
RockyJames11-Jun-06 4:02 
AnswerRe: sorting [modified] Pin
Stephen Hewitt11-Jun-06 4:42
Stephen Hewitt11-Jun-06 4:42 
GeneralRe: sorting Pin
Roland Pibinger11-Jun-06 8:25
Roland Pibinger11-Jun-06 8:25 
GeneralRe: sorting Pin
Stephen Hewitt12-Jun-06 2:01
Stephen Hewitt12-Jun-06 2:01 
QuestionFrustrated [modified] Pin
antonaras11-Jun-06 0:12
antonaras11-Jun-06 0:12 
AnswerRe: Frustrated Pin
YaronNir11-Jun-06 1:34
YaronNir11-Jun-06 1:34 
GeneralRe: Frustrated Pin
antonaras11-Jun-06 21:26
antonaras11-Jun-06 21:26 
AnswerRe: Frustrated Pin
Saurabh.Garg11-Jun-06 2:26
Saurabh.Garg11-Jun-06 2:26 
GeneralRe: Frustrated Pin
antonaras11-Jun-06 21:28
antonaras11-Jun-06 21:28 
GeneralRe: Frustrated Pin
David Crow12-Jun-06 3:35
David Crow12-Jun-06 3:35 
Questionhelp with editable listview control Pin
Tara1410-Jun-06 22:55
Tara1410-Jun-06 22:55 
AnswerRe: help with editable listview control Pin
Hamid_RT11-Jun-06 0:58
Hamid_RT11-Jun-06 0:58 
GeneralRe: help with editable listview control Pin
Tara1411-Jun-06 1:58
Tara1411-Jun-06 1:58 
GeneralRe: help with editable listview control Pin
Hamid_RT11-Jun-06 2:35
Hamid_RT11-Jun-06 2:35 

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.