Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Could AfxBeginThread not run in a dll? Pin
rushing23-Jan-06 3:44
rushing23-Jan-06 3:44 
GeneralRe: Could AfxBeginThread not run in a dll? Pin
Rage23-Jan-06 4:54
professionalRage23-Jan-06 4:54 
GeneralRe: Could AfxBeginThread not run in a dll? Pin
Rage23-Jan-06 3:39
professionalRage23-Jan-06 3:39 
GeneralRe: Could AfxBeginThread not run in a dll? Pin
rushing23-Jan-06 3:50
rushing23-Jan-06 3:50 
GeneralRe: Could AfxBeginThread not run in a dll? Pin
Rage23-Jan-06 4:55
professionalRage23-Jan-06 4:55 
GeneralRe: Could AfxBeginThread not run in a dll? Pin
rushing24-Jan-06 23:37
rushing24-Jan-06 23:37 
QuestionHow to draw next to a menu Pin
Shraddhan23-Jan-06 2:18
Shraddhan23-Jan-06 2:18 
AnswerRe: How to draw next to a menu Pin
Rage23-Jan-06 2:41
professionalRage23-Jan-06 2:41 
GeneralRe: How to draw next to a menu Pin
Shraddhan23-Jan-06 16:16
Shraddhan23-Jan-06 16:16 
AnswerRe: How to draw next to a menu Pin
Owner drawn23-Jan-06 16:37
Owner drawn23-Jan-06 16:37 
GeneralRe: How to draw next to a menu Pin
Shraddhan23-Jan-06 16:48
Shraddhan23-Jan-06 16:48 
GeneralRe: How to draw next to a menu Pin
Owner drawn23-Jan-06 17:18
Owner drawn23-Jan-06 17:18 
GeneralRe: How to draw next to a menu Pin
Shraddhan23-Jan-06 17:36
Shraddhan23-Jan-06 17:36 
QuestionRe: How to draw next to a menu Pin
Owner drawn23-Jan-06 17:42
Owner drawn23-Jan-06 17:42 
AnswerRe: How to draw next to a menu Pin
Shraddhan23-Jan-06 17:52
Shraddhan23-Jan-06 17:52 
QuestionShare level permissions Pin
kelprinc23-Jan-06 2:14
kelprinc23-Jan-06 2:14 
QuestionVisual Studio setup project-remove MSI files cause the shortcut in Start menu error Pin
Phonol23-Jan-06 1:49
Phonol23-Jan-06 1:49 
Questionhelp! about Remote control soft some function(send screen and file)? Pin
MR.Setting23-Jan-06 1:08
MR.Setting23-Jan-06 1:08 
QuestionCButton not receiving messages Pin
Patrick Markl23-Jan-06 0:48
Patrick Markl23-Jan-06 0:48 
Hello Experts,

i have a problem with my current project. I hope someone of you can give me some help or hints. Let me first describe the project and then the problem.

The program is a test generator for the embedded systems. The application is a framework that performs some housekeeping things like loading databases, etc. All extensions are made by means of plug-ins which are simply DLLs. Every plug-in can have a gui which is displayed in the framework. Basically the framework displays dialog resources stored in the DLLs.

Now here my problem: One of the plug-ins displays a grid where some cells contain dynamically created buttons. When the grid is loaded it creates for every cell that needs a button an instance of a class derived from CButton. My problem is that i get no events from these buttons. If i click on them they even do not change their apperance (they are not pressed in).

When i developed the button class i checked it in a simple dialog based application and everything worked well but in my current application it does not work Frown | :-( .
Any ideas?

Thanks!
Patrick
AnswerRe: CButton not receiving messages Pin
Rage23-Jan-06 2:42
professionalRage23-Jan-06 2:42 
GeneralRe: CButton not receiving messages Pin
Patrick Markl23-Jan-06 3:39
Patrick Markl23-Jan-06 3:39 
GeneralUpgrading VC6 Pin
hairy_hats23-Jan-06 0:06
hairy_hats23-Jan-06 0:06 
GeneralRe: Upgrading VC6 Pin
BadKarma23-Jan-06 1:29
BadKarma23-Jan-06 1:29 
GeneralRe: Upgrading VC6 Pin
Shraddhan23-Jan-06 2:35
Shraddhan23-Jan-06 2:35 
GeneralRe: Upgrading VC6 Pin
jhwurmbach23-Jan-06 6:22
jhwurmbach23-Jan-06 6:22 

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.