Click here to Skip to main content
15,915,611 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionTwo Custom Context Menu Extensions are Now Mutually Exclusive (Vista) Pin
Jeffrey Walton3-Jun-07 16:58
Jeffrey Walton3-Jun-07 16:58 
AnswerRe: Two Custom Context Menu Extensions are Now Mutually Exclusive (Vista) Pin
Jeffrey Walton4-Jun-07 14:32
Jeffrey Walton4-Jun-07 14:32 
Questionproblem with adding toolbar using shared addin? Pin
Banks K31-May-07 1:37
Banks K31-May-07 1:37 
QuestionOLE DB Pin
User 1278230-May-07 18:59
User 1278230-May-07 18:59 
QuestionCreate an ActiveX control through code Pin
arjunmarwaha29-May-07 18:35
arjunmarwaha29-May-07 18:35 
AnswerRe: Create an ActiveX control through code Pin
Clebson Derivan31-May-07 4:17
Clebson Derivan31-May-07 4:17 
QuestionHow to represent correctly UTF8 strings in WTL controls? Pin
Vlad029-May-07 7:01
Vlad029-May-07 7:01 
AnswerRe: How to represent correctly UTF8 strings in WTL controls? Pin
Michael Dunn29-May-07 9:04
sitebuilderMichael Dunn29-May-07 9:04 
Windows doesn't use UTF-8 internally. 9x uses the ANSI code page, and NT uses UTF-16. Your choices are:
Do an MBCS build and convert from UTF-8 to the ANSI code page. This can lose data if the code page doesn't contain a character in the input. This is your only choice on 9x.
Do a Unicode build and convert from UTF-8 to UTF-16. You can then pass those strings to APIs and controls.

If you don't care about 9x support, doing a Unicode build is the way to go.


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ

Dunder-Mifflin, this is Pam.

GeneralRe: How to represent correctly UTF8 strings in WTL controls? Pin
Vlad030-May-07 4:09
Vlad030-May-07 4:09 
QuestionHow can i use a ATL Simple Object as word addin? Pin
Banks K28-May-07 21:28
Banks K28-May-07 21:28 
QuestionBHO event about IE focus Pin
dynfrompoly24-May-07 11:21
dynfrompoly24-May-07 11:21 
QuestionCOM applications. Pin
tom groezer24-May-07 9:19
tom groezer24-May-07 9:19 
AnswerRe: COM applications. Pin
Michael Dunn24-May-07 13:46
sitebuilderMichael Dunn24-May-07 13:46 
QuestionCode Pin
tom groezer24-May-07 9:15
tom groezer24-May-07 9:15 
AnswerRe: Code [modified] Pin
Stuart Dootson24-May-07 10:47
professionalStuart Dootson24-May-07 10:47 
AnswerRe: Code Pin
Michael Dunn24-May-07 13:47
sitebuilderMichael Dunn24-May-07 13:47 
QuestionATL dialog Pin
tom groezer24-May-07 9:11
tom groezer24-May-07 9:11 
AnswerRe: ATL dialog Pin
Michael Dunn24-May-07 13:48
sitebuilderMichael Dunn24-May-07 13:48 
QuestionDownload progressbar implementation Pin
Arif Siddiquee22-May-07 8:37
Arif Siddiquee22-May-07 8:37 
AnswerRe: Download progressbar implementation Pin
Hamid_RT22-May-07 8:48
Hamid_RT22-May-07 8:48 
GeneralRe: Download progressbar implementation Pin
Arif Siddiquee22-May-07 8:54
Arif Siddiquee22-May-07 8:54 
GeneralRe: Download progressbar implementation Pin
Hamid_RT22-May-07 9:05
Hamid_RT22-May-07 9:05 
Questionplace FlexGrid in ATL window(CWnd Inheritance). Pin
thatsravi21-May-07 23:53
thatsravi21-May-07 23:53 
Questionvector assignment operations Pin
misha_grewal20-May-07 23:02
misha_grewal20-May-07 23:02 
AnswerRe: vector assignment operations Pin
Stuart Dootson21-May-07 0:11
professionalStuart Dootson21-May-07 0:11 

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.