A sample is starting to sound useful using VS2005 and VA 1624 I have just added the following code:
class CMyClass
{
void Foo(int x);
};
void CMyClass::Foo(int x)
{
CString argUpper;
if (argUpper.Find( "/V" ) == 0 )
{
}
}
to a C++ header file, and when I select and over type "Find" everything works correctly for me.