You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
znakeeye
Posted - Sep 29 2009 : 04:54:12 AM VAX 1649, VS 2008 SP1, XP SP3.
If I type this, I see a nice parameter list-tooltip:
CString(
However, If I type this, the list is never shown:
CString str(
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Sep 29 2009 : 4:45:37 PM This seems to be a timing issue. If you delete and retype the brackets on the instance "str" then you should get a tooltip. Since this is a new variable VA needs time to figure out what it is, before it will know what tooltip to show: