OK, I have a few pproblems in my MFC SDI app.
the first is im trying to handle the right mouse button down event for a CButton. I have been trying to do this for days, I can handle the single and double click but no the right mouse click, I have tried using that OnRButtonDown message but I get errors when I declare the function in the header file.
The second problem is I want to know is it possible to draw anything other than standard text to a dialog box. I want to draw bold text but there is no settings for this in the toolbox.
Any help would be appreciated.
thanks....
Trent
the first is im trying to handle the right mouse button down event for a CButton. I have been trying to do this for days, I can handle the single and double click but no the right mouse click, I have tried using that OnRButtonDown message but I get errors when I declare the function in the header file.
The second problem is I want to know is it possible to draw anything other than standard text to a dialog box. I want to draw bold text but there is no settings for this in the toolbox.
Any help would be appreciated.
thanks....
Trent