Click here to Skip to main content
15,907,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pointers and array[][][] Pin
Selevercin17-Apr-04 13:33
Selevercin17-Apr-04 13:33 
GeneralFindWindow Pin
monrobot1317-Apr-04 6:27
monrobot1317-Apr-04 6:27 
GeneralRe: FindWindow Pin
Neville Franks17-Apr-04 12:33
Neville Franks17-Apr-04 12:33 
GeneralRe: FindWindow Pin
monrobot1317-Apr-04 16:51
monrobot1317-Apr-04 16:51 
GeneralRe: FindWindow Pin
Neville Franks17-Apr-04 22:23
Neville Franks17-Apr-04 22:23 
GeneralRe: FindWindow Pin
monrobot1318-Apr-04 11:52
monrobot1318-Apr-04 11:52 
GeneralRe: FindWindow Pin
Ravi Bhavnani17-Apr-04 17:50
professionalRavi Bhavnani17-Apr-04 17:50 
GeneralCustom Control & Dll Hell Pin
ronhash17-Apr-04 6:09
ronhash17-Apr-04 6:09 
Hi,
I have the followings:
1. A Dll with a custom control (ControlDll.dll)
2. A dll with a dialog using the custom control (DialogDll.dll)
3. An exe that uses the dialog from DialogDll.dll

The control is register nicely like all custom controls using AfxRegisterClass...

When i run the exe, it failed (the dialog was not displayed), what i did is the following:
Checked teh 'no fail create' to see where it failed, and found out it could not find the control from the ID while in 'PrepareCtrl' of the DDX_Control of my custom control.

I then created another dialog, this time in the exe, which uses the same custom control from the ControlDll.dll, and it worked!

It seems that the nesting of dll within dll, and the custom control registration some how got lostFrown | :(

Any help will be wolcomed Rose | [Rose]

10x

ronhash

Generalcompile problem Pin
tank102517-Apr-04 5:46
tank102517-Apr-04 5:46 
GeneralRe: compile problem Pin
Branislav17-Apr-04 22:59
Branislav17-Apr-04 22:59 
GeneralFile Association Pin
Dennis L17-Apr-04 5:36
Dennis L17-Apr-04 5:36 
GeneralRe: File Association Pin
valikac17-Apr-04 7:05
valikac17-Apr-04 7:05 
GeneralRe: File Association Pin
BlackDice17-Apr-04 11:23
BlackDice17-Apr-04 11:23 
Generalcapture mouse event in splitter window Pin
lvidot17-Apr-04 3:00
lvidot17-Apr-04 3:00 
GeneralRe: capture mouse event in splitter window Pin
valikac17-Apr-04 7:06
valikac17-Apr-04 7:06 
GeneralRe: capture mouse event in splitter window Pin
Anonymous19-Apr-04 2:13
Anonymous19-Apr-04 2:13 
QuestionWhat are the steps to save the content of the CDC to the Bitmap file? Pin
JHAKAS17-Apr-04 2:44
JHAKAS17-Apr-04 2:44 
AnswerRe: What are the steps to save the content of the CDC to the Bitmap file? Pin
John R. Shaw17-Apr-04 8:43
John R. Shaw17-Apr-04 8:43 
GeneralIntellisense not working Pin
uus9917-Apr-04 1:13
uus9917-Apr-04 1:13 
GeneralRe: Intellisense not working Pin
_moved17-Apr-04 3:10
_moved17-Apr-04 3:10 
GeneralRe: Intellisense not working Pin
uus9919-Apr-04 4:38
uus9919-Apr-04 4:38 
GeneralRe: Intellisense not working Pin
BlackDice17-Apr-04 11:25
BlackDice17-Apr-04 11:25 
GeneralRe: Intellisense not working Pin
uus9918-Apr-04 22:28
uus9918-Apr-04 22:28 
GeneralDoubt in CPropertySheet/CTabCtrl Pin
P. Gnana Prakash17-Apr-04 0:25
P. Gnana Prakash17-Apr-04 0:25 
GeneralRe: Doubt in CPropertySheet/CTabCtrl Pin
monrobot1317-Apr-04 6:36
monrobot1317-Apr-04 6:36 

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.