BrianEnsink
New Member
USA
9 Posts |
Posted - Feb 28 2004 : 4:01:19 PM
|
Suppose There is a global method called DoIt and class A has a method called DoIt. If you are writing a implementing inside class A and type "DoIt(" I would expect BOTH methods to come up in a parameter list tooltip. However VAX only shows the global method.
Maybe this seems obscure, but I encountered this bug while implementing a MFC class derived from CWnd. I wanted to call the SetScrollInfo() method which is a global Platform SDK method and a method of CWnd.
- Brian Ensink. |
|