Visual C 2003 "Implement Interface" feature- June 17, 2004 Just discovered a great tip for Visual C 2003. If you implement an interface (or eventdelegate) on your class and don't want to type all the methods, just type the interface name in your class derivation list and Intellisense will display a tooltip saying &8220;Press TAB to insert stubs for <interfacename>&8221;. Pressing 'TAB' will insert stub method implemenations into your class. Very cool timesaver! Thanks go to Kevin and Jason for pointing this out to me.http://blogs.msdn.com/markda/archive/2004/06/16/157685.aspx |