The way to delete member variable for dialog box Class.

  • Thread starter Thread starter Larry
  • Start date Start date
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
 

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