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
 
Back
Top