Click here to Skip to main content
15,913,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: function was treated as identifier :( Pin
peterchen24-Oct-03 20:17
peterchen24-Oct-03 20:17 
GeneralRe: function was treated as identifier :( Pin
convert_sg24-Oct-03 21:33
convert_sg24-Oct-03 21:33 
GeneralRe: function was treated as identifier :( Pin
Luis Mejia25-Oct-03 6:59
Luis Mejia25-Oct-03 6:59 
QuestionHow to move MFC 4.2 MDIChild windows outside MDIClient? Pin
Mike Condra24-Oct-03 17:58
sussMike Condra24-Oct-03 17:58 
AnswerRe: How to move MFC 4.2 MDIChild windows outside MDIClient? Pin
Neville Franks24-Oct-03 23:43
Neville Franks24-Oct-03 23:43 
QuestionHow to move a CRectTracker in resppnse to the arrow keys? Pin
cdsmith24-Oct-03 16:20
cdsmith24-Oct-03 16:20 
GeneralUser-Defined Messages Pin
Douglass24-Oct-03 16:15
Douglass24-Oct-03 16:15 
GeneralRe: User-Defined Messages Pin
Neville Franks24-Oct-03 23:49
Neville Franks24-Oct-03 23:49 
I think you will find the message is being sent, but you aren't getting it at the other end. This can be because you aren't sending it to the correct window, or the Message Map in the targer window isn't set up right. A good tool to see what is going on is Spy++.

Sending messages around is a pain afaik. A much better approach imo is signals and slots. Have a look at libsigc++ at http://libsigc.sourceforge.net/[^] I use this wherever possible these days.

Neville Franks, Author of ED for Windows. Free Trial at www.getsoft.com
GeneralDeriving from CDumpContext and << operator Pin
Ori K24-Oct-03 14:54
Ori K24-Oct-03 14:54 
Generalshowing graphics in view after closing dialog Pin
coda_x24-Oct-03 14:14
coda_x24-Oct-03 14:14 
GeneralRe: showing graphics in view after closing dialog Pin
vcplusplus24-Oct-03 15:28
vcplusplus24-Oct-03 15:28 
GeneralRe: showing graphics in view after closing dialog Pin
coda_x24-Oct-03 17:20
coda_x24-Oct-03 17:20 
GeneralRe: showing graphics in view after closing dialog Pin
vcplusplus25-Oct-03 6:18
vcplusplus25-Oct-03 6:18 
GeneralRe: showing graphics in view after closing dialog Pin
coda_x25-Oct-03 19:02
coda_x25-Oct-03 19:02 
GeneralRe: showing graphics in view after closing dialog Pin
vcplusplus25-Oct-03 23:49
vcplusplus25-Oct-03 23:49 
QuestionHow to display Real-Time data Pin
JAM0124-Oct-03 13:11
JAM0124-Oct-03 13:11 
AnswerRe: How to display Real-Time data Pin
vcplusplus24-Oct-03 15:35
vcplusplus24-Oct-03 15:35 
AnswerRe: How to display Real-Time data Pin
Azghar Hussain24-Oct-03 22:56
professionalAzghar Hussain24-Oct-03 22:56 
GeneralRe: How to display Real-Time data Pin
JAM0125-Oct-03 11:49
JAM0125-Oct-03 11:49 
GeneralRe: How to display Real-Time data Pin
Azghar Hussain25-Oct-03 17:09
professionalAzghar Hussain25-Oct-03 17:09 
GeneralHelp!! .Net building errors Pin
Anonymous24-Oct-03 10:36
Anonymous24-Oct-03 10:36 
Generaltrying to make a rainbow out of a palette Pin
ns24-Oct-03 10:29
ns24-Oct-03 10:29 
GeneralRe: trying to make a rainbow out of a palette Pin
igor196024-Oct-03 11:05
igor196024-Oct-03 11:05 
GeneralRe: trying to make a rainbow out of a palette Pin
Ravi Bhavnani25-Oct-03 17:40
professionalRavi Bhavnani25-Oct-03 17:40 
GeneralRe: trying to make a rainbow out of a palette Pin
ns3-Nov-03 5:23
ns3-Nov-03 5:23 

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.