WannabeeDeveloper
Tomato Guru
Germany
775 Posts |
Posted - Jul 01 2004 : 04:57:11 AM
|
I am still getting 2 different tooltips when hovering over a variable/function/whatever.
First one is like "int iHelp = 100", move the mouse a bit, I get "int iHelp".
It's even worse with functions: First one is "#define LoadString LoadStringW", move the mouse a bit, I get "int LoadString(HINSTANCE hInstance, UINT uID,LPTSTR lpBuffer, int nBufferMax)", which is the one I want... I usually don't care if I'm using the UNICODE or ANSI Version of a function...
/Edit: So far it seems this only happens in VS .NET 2003 Tried it with VS 6.0, no such behaviour...
|
|
Edited by - WannabeeDeveloper on Jul 01 2004 05:07:53 AM |
|