VC2005 MFC menu bar add event handler problem

Associate
Joined
26 Jan 2005
Posts
1,796
Location
Cheltenham, UK
Hi guys,

Okay so I've been stuck on this for over a day now. I've tried doing lots of googling and browsing MSDN etc.

I'm editing an existing c++ application. The app itself is working fine.

I'm trying to add a new about window popup (you know help, about etc). The app GUI is defined in the *.rc file.

I've added the file menu and created the pop up, however I don't seem to be able to link the two. I'm pretty certain I need to create new *.cpp and *.h files for the about box and link them in using the 'add event handler' however I'm not sure how to do it exactly.

I hope my problem is clear and apologies for such a noobish question.

Any help would be much appreciated :)
 
Back
Top Bottom