Link to home
Start Free TrialLog in
Avatar of clintonJ
clintonJ

asked on

Creating Dialog Classes in VC++.net

in VC 6.0, we had the class wizard, which was a snap to use for associating dialog resources to a class.  The class template was created for you, and you could associate the dialog's various controls with variables very quickly.

In VC++.net (2005), is there some equivalent, or do I need to create (type) out each dialog class completely from scratch, and then create the control variables from scratch, etc.??

I've heard about using C# to create the dialogs and controls, and then porting to C++, but I don't want to do this.

Thanks, ahead of time.
ASKER CERTIFIED SOLUTION
Avatar of mahesh1402
mahesh1402
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial