where is the old wizard?

  • Thread starter Thread starter larry
  • Start date Start date
L

larry

Hi,

I create a MFC dialog application with VC++.NET 2002.
I want to add OnSize() , and OnTimer(), functions. But, I cannot find class
wizard tool any more!

Can anyone help?
thanks a lot,
larry
 
ah ah ah,,,,
it took me a while....

the good old class wizard, nuked, gone.

you can still do it all though in another way....

show the dialog/window, select the control/window you want and show the
property window from the menu or press F4....

when the window shows up with different properties, on it's little toor bar
you'll see some icons, one of those is a lightening thingy, that's the event
list you are looking for....

condonences. I loved the good old wizard too.
 
I create a MFC dialog application with VC++.NET 2002.
I want to add OnSize() , and OnTimer(), functions. But, I cannot find class
wizard tool any more!

larry,

Have a look at the "Where Are ClassWizard and WizardBar in Visual C++
..NET?" topic in MSDN.

Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top