Click here to Skip to main content
15,916,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Load a class depending on a string Pin
jhwurmbach2-Feb-07 3:05
jhwurmbach2-Feb-07 3:05 
AnswerRe: Load a class depending on a string Pin
Cedric Moonen2-Feb-07 4:10
Cedric Moonen2-Feb-07 4:10 
GeneralRe: Load a class depending on a string Pin
Mark Salsbery2-Feb-07 5:53
Mark Salsbery2-Feb-07 5:53 
GeneralRe: Load a class depending on a string Pin
Cedric Moonen2-Feb-07 6:28
Cedric Moonen2-Feb-07 6:28 
GeneralRe: Load a class depending on a string Pin
Mark Salsbery2-Feb-07 7:11
Mark Salsbery2-Feb-07 7:11 
QuestionConvert LPWSTR to LPSTR Pin
ajitatif angajetor1-Feb-07 22:39
ajitatif angajetor1-Feb-07 22:39 
AnswerRe: Convert LPWSTR to LPSTR Pin
jhwurmbach1-Feb-07 22:46
jhwurmbach1-Feb-07 22:46 
QuestionCan load custom control with dll resource Pin
dungpapai1-Feb-07 22:36
dungpapai1-Feb-07 22:36 
I have to support French for an application.
All the resources of my application are stored in a DLL for French. when select default language, main resource is loaded and if select french, french dll of resource is loaded. Everything is fine as long as no custom controls are used.

I get a problem with custom control when load resource dll:
In old version, there is a control which managed by ActiveX Control, when i load resource dll (french) -> DONE:
CONTROL "",IDC_PREF_DIALOG_HIST,
"{E41EAFC4-F536-11CF-93A1-0000C0A61E5A}",WS_TABSTOP,7,7,
397,114

But in new version, this control is edit to Custom Control and manage by a new class (CHistogramCtl). when I use default language (English) => OK. But when I use french language (resource DLL), I could not load dialog which contain this control.

CONTROL "Custom2",IDC_PREF_DIALOG_HIST,"Histogram_Ctrl_Class",
WS_TABSTOP,7,7,397,118,WS_EX_CLIENTEDGE

Any suggestion will be helpful.

Thanks in advance,


Papais

Questionavailable characters Pin
vlad.gs1-Feb-07 22:19
vlad.gs1-Feb-07 22:19 
AnswerRe: available characters Pin
Naveen2-Feb-07 1:02
Naveen2-Feb-07 1:02 
GeneralRe: available characters Pin
vlad.gs2-Feb-07 1:44
vlad.gs2-Feb-07 1:44 
GeneralRe: available characters Pin
Hamid_RT14-Feb-07 6:15
Hamid_RT14-Feb-07 6:15 
AnswerRe: available characters Pin
Mark Salsbery2-Feb-07 6:41
Mark Salsbery2-Feb-07 6:41 
AnswerRe: available characters Pin
Mark Salsbery2-Feb-07 7:12
Mark Salsbery2-Feb-07 7:12 
Questioncan't get the updated data during Win32 Release Pin
MrKyaw1-Feb-07 22:11
MrKyaw1-Feb-07 22:11 
QuestionConversion Hex string to ASCII value Pin
Ram Murali1-Feb-07 22:00
Ram Murali1-Feb-07 22:00 
AnswerRe: Conversion Hex string to ASCII value Pin
Roger Stoltz1-Feb-07 22:18
Roger Stoltz1-Feb-07 22:18 
GeneralRe: Conversion Hex string to ASCII value Pin
Ram Murali1-Feb-07 22:39
Ram Murali1-Feb-07 22:39 
AnswerRe: Conversion Hex string to ASCII value Pin
Roger Stoltz1-Feb-07 23:29
Roger Stoltz1-Feb-07 23:29 
GeneralRe: Conversion Hex string to ASCII value Pin
Ram Murali1-Feb-07 23:53
Ram Murali1-Feb-07 23:53 
GeneralRe: Conversion Hex string to ASCII value Pin
Naveen2-Feb-07 0:59
Naveen2-Feb-07 0:59 
GeneralRe: Conversion Hex string to ASCII value Pin
Roger Stoltz2-Feb-07 1:00
Roger Stoltz2-Feb-07 1:00 
GeneralRe: Conversion Hex string to ASCII value Pin
Ram Murali4-Feb-07 14:28
Ram Murali4-Feb-07 14:28 
AnswerRe: Conversion Hex string to ASCII value Pin
David Crow2-Feb-07 3:01
David Crow2-Feb-07 3:01 
GeneralRe: Conversion Hex string to ASCII value Pin
Ram Murali4-Feb-07 14:27
Ram Murali4-Feb-07 14: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.