Hi,
I've just migrated from Visual C++ 6.0 to Visual C++ .Net and I can't
seem to add message handlers to my application (for my mouse events).
There is no longer a class wizard and the instructions in help and MSDN
seem to be wrong. They are:
"To define or remove a message handler using the Properties window
In Class View, click the class.
In the Properties window, click the Messages button.
Note The Messages button is available when you select either the
class name in Class View or when you click within the source window."
My trouble is that there is no Messages button. I can't find it
anywhere. Can anyone tell me how to add message handlers to my
application? It's really really really doing my head in. Thanks.
Peter van der Goes - 16 May 2005 23:05 GMT
> Hi,
>
[quoted text clipped - 20 lines]
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
You'll find the Messages Button in the Properties Window toolbar just to the
right of the events button (yellow lighting bolt).
Hope this helps.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.
Tamas Demjen - 16 May 2005 23:21 GMT
> There is no longer a class wizard
You don't need a wizard. It's as simple as double clicking on an event.
> In Class View, click the class.
> In the Properties window, click the Messages button.
It's not the Class View but the Properties tab. And it's not called
Messages but Events. And you don't click on the class but on the form
designer.
Tom