The way to delete member variable for dialog box Class.

L

Larry

Hi my friends,

I'm chaning from VC 6 to VC.net.

It's easy to add member variable for a control in dialog box class.
But when I want to delete it. I have to go to 3 places

1. Variable declaration
2. class. DoDataExchange()
3. Class Constructor

Some time I forget to delete it completely. So is there a way to remove all
of these at one time?

Best regards,

Larry
 
D

David Lowndes

...
So is there a way to remove all of these at one time?

Not that I'm aware of. That seems to be something that was lost in the
transition to VS7.

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

Top