Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 64-bit Performance Pin
Mark Salsbery3-Feb-07 7:34
Mark Salsbery3-Feb-07 7:34 
QuestionErrorlevel Pin
chimera9672-Feb-07 15:48
chimera9672-Feb-07 15:48 
AnswerRe: Errorlevel Pin
Paul Conrad2-Feb-07 19:08
professionalPaul Conrad2-Feb-07 19:08 
AnswerRe: Errorlevel Pin
Mark Salsbery2-Feb-07 19:12
Mark Salsbery2-Feb-07 19:12 
AnswerRe: Errorlevel Pin
Michael Dunn2-Feb-07 19:46
sitebuilderMichael Dunn2-Feb-07 19:46 
QuestionStrange error: -1#IND0 Pin
Anthony Mushrow2-Feb-07 15:29
professionalAnthony Mushrow2-Feb-07 15:29 
AnswerRe: Strange error: -1#IND0 Pin
Anthony Mushrow2-Feb-07 16:09
professionalAnthony Mushrow2-Feb-07 16:09 
QuestionLoad DLL resource which contain custom control Pin
dungpapai2-Feb-07 14:47
dungpapai2-Feb-07 14:47 
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

Papais

AnswerRe: Load DLL resource which contain custom control Pin
Atul232-Feb-07 18:45
Atul232-Feb-07 18:45 
QuestionTerminating a thread Pin
BuckBrown2-Feb-07 11:00
BuckBrown2-Feb-07 11:00 
AnswerRe: Terminating a thread Pin
Ravi Bhavnani2-Feb-07 11:31
professionalRavi Bhavnani2-Feb-07 11:31 
GeneralRe: Terminating a thread Pin
BuckBrown2-Feb-07 13:09
BuckBrown2-Feb-07 13:09 
AnswerRe: Terminating a thread Pin
Garth J Lancaster2-Feb-07 11:52
professionalGarth J Lancaster2-Feb-07 11:52 
GeneralRe: Terminating a thread Pin
BuckBrown2-Feb-07 13:09
BuckBrown2-Feb-07 13:09 
AnswerRe: Terminating a thread Pin
Mark Salsbery2-Feb-07 13:23
Mark Salsbery2-Feb-07 13:23 
AnswerRe: Terminating a thread Pin
Stephen Hewitt4-Feb-07 12:30
Stephen Hewitt4-Feb-07 12:30 
QuestionPointer to Document Pin
DanYELL2-Feb-07 8:24
DanYELL2-Feb-07 8:24 
AnswerRe: Pointer to Document Pin
Mark Salsbery2-Feb-07 8:38
Mark Salsbery2-Feb-07 8:38 
AnswerRe: Pointer to Document Pin
led mike2-Feb-07 8:44
led mike2-Feb-07 8:44 
AnswerRe: Pointer to Document Pin
David Crow2-Feb-07 9:30
David Crow2-Feb-07 9:30 
QuestionCMyDocument::Serialize(CArchive& ar) is not called Pin
lucy2-Feb-07 8:01
lucy2-Feb-07 8:01 
AnswerRe: CMyDocument::Serialize(CArchive& ar) is not called Pin
led mike2-Feb-07 11:10
led mike2-Feb-07 11:10 
GeneralRe: CMyDocument::Serialize(CArchive& ar) is not called Pin
lucy3-Feb-07 16:51
lucy3-Feb-07 16:51 
GeneralRe: CMyDocument::Serialize(CArchive& ar) is not called Pin
led mike5-Feb-07 6:07
led mike5-Feb-07 6:07 
GeneralRe: CMyDocument::Serialize(CArchive& ar) is not called Pin
lucy5-Feb-07 8:28
lucy5-Feb-07 8:28 

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.