Hello all.
When working with VB.NET source, if I press F1 while any keyword on the same
line as a 'Return' statement is selected, the online help for 'Return' is
displayed.
Thanks.
Dave

Signature
ROT-13 my email address to reply directly
Hi Dave,
I tried to repro the scenario below and it didnt repro for me.
Can you provide me with more details on how to reproduce this (for e.g.
code snippet).
Also, what do you mean by returning online help? Is F1 not showing
you a topic from local help collection?
--
regards,
Saurabh
VS Core Dev Team
This posting is provided "AS IS" with no warranties, and confers no rights.
> Hello all.
>
[quoted text clipped - 4 lines]
> Thanks.
> Dave
David Pendleton - 03 Feb 2004 00:37 GMT
First off, I have VS.NET 7.1.3088 and the January 2004 MSDN Library
Installed.
The following code is from a VB.NET project, within a property declaration:
Get
Return Items(SelectedIndex).Name
End Get
If I double-click on Items, SelectedIndex or Name and press F1, the help
topic for the 'Return' keyword is displayed.
> Hi Dave,
>
[quoted text clipped - 21 lines]
> > Thanks.
> > Dave