C
CMM
Is it me or has anyone noticed that F1 is really dumb in VS2005. Since VB3 I
have been able to click F1 on an ambiguous method in code and the IDE
automatically determines the type based on the code itself and shows the
right help topic. This even worked more or less in VS2003.
But in VS2005, if I highlight the "Host" method below and hit F1 I get a
help topic on the "UriBuilder.Host" property. Huh????? That's dumb.
Dim o as New System.Net.Mail.SmtpClient
o.Host = ...
have been able to click F1 on an ambiguous method in code and the IDE
automatically determines the type based on the code itself and shows the
right help topic. This even worked more or less in VS2003.
But in VS2005, if I highlight the "Host" method below and hit F1 I get a
help topic on the "UriBuilder.Host" property. Huh????? That's dumb.
Dim o as New System.Net.Mail.SmtpClient
o.Host = ...