Link to home
Start Free TrialLog in
Avatar of rarchinio
rarchinio

asked on

VS2008 automatically create interface members

I have a class implementing interface , how can get all members to be implemented to be created automaticlly in my class, using VS2008?
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium 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
right click on the interface name in your class code and choose: Implement Interface.
see screenshot
Untitled.jpg