Discussion:
Overidables and wizard generated stub code for MFC
(too old to reply)
SteveS
18 years ago
Permalink
- Studio 2005 -

I can't find any documentation on this subject.
Did Microsoft eliminate this feature or just hide it?

How do I get the studio to give me this functionality?
Scott McPhillips [MVP]
18 years ago
Permalink
Post by SteveS
- Studio 2005 -
I can't find any documentation on this subject.
Did Microsoft eliminate this feature or just hide it?
How do I get the studio to give me this functionality?
They distributed it around, which is almost the same as hiding it.

Right click on a class in class view, select Properties.

The buttons at the top of the Properties window list all the messages,
events, overridables, ... that you can click on to add.

Sometimes, from the dialog editor, you can right click on a control and
add variable, add message handler, ...
--
Scott McPhillips [MVP VC++]
SteveS
18 years ago
Permalink
Thank you so very much.

I feel guilty now as I was ready to cuss and kick and scream etc...
...
Loading...