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

ATL / WTL / STL

 
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 
GeneralRe: How to represent correctly UTF8 strings in WTL controls? Pin
Vlad030-May-07 4:09
Vlad030-May-07 4:09 
Thanks for Your kind answer!

Michael Dunn wrote:
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.


Well, this chice is bad for me: UTF8 strings extracted
from files can correspond to arbitrary ANSI code pages
or even to some mixture of them. I wonder only why
the choice of the "universal" code page CP_UTF8
has no effect on the visualization of strings in WTL controls.

Michael Dunn wrote:
This is your only choice on 9x.


Eh, well. I'm not worried about 9x compatibility too much, if at all Smile | :)

Michael Dunn wrote:
Do a Unicode build and convert from UTF-8 to UTF-16.


That's exactly what I've done yesterday. It took me not more
than 40 minutes to react on several dozens of compiler errors,
arising while compiling with _UNICODE,
replacing char*'s and ordinary string manipulation routines by their
"wide" versions. Now everything's great Smile | :)
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 
GeneralRe: vector assignment operations Pin
misha_grewal21-May-07 0:27
misha_grewal21-May-07 0:27 

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.