The app was just an example, I didn't add all the functionality to the dialog. The original projects has many more controls and code to handle them....
I've attached a little sample app that illustrates my problem.
Try compiling it and then run it. The app will not display a dialog, but if you edit the dialog and delete the TAB Control leaving all...
I did get most of this code from a DX9 Sample Framework, so I know it works. The difference between the Sample Framework and my code is that wrapped it inside a DLL.
The wierd thing is that the...
I'm getting an error 1421 "Control ID Not Found" when adding a TAB Control to my dialog. If I delete the TAB Control from my dialog it works fine. All the IDC's seems to be fine.
Thanks for your help Sam.
I just finished the tutorial and I'm about to start some different approaches for my automation control.
I'll let you know what happens :)
I there anyway to add code or run something that would add the "TYPELIB" back. There must be a process that I can go thru that would recreate that "TYPELIB"...
I want to create an Automation Control in Visual C++ 6.0.
1. I use the AppWizard to create a MFC DLL with Automation enabled.
2. I create a New Class for my Automation Interface.
3. I use the...