Quick Info option

  • Thread starter Thread starter Jerry West
  • Start date Start date
J

Jerry West

In VB6 there is a option titled "Quick Info". Using this option one could
right click a function and view its possible parameters. I don't see a
comparable option in .NET VB 2005. Am I just missing it or is it now
removed?

Thanks!

JW
 
Jerry West said:
In VB6 there is a option titled "Quick Info". Using this option one could
right click a function and view its possible parameters. I don't see a
comparable option in .NET VB 2005. Am I just missing it or is it now
removed?

Thanks!

JW

If you are using VS 2005 or VB Express the Intellisence feature should work
quite well for you. When you type the method name followed by the first "("
Intellisence should show the parameters and their types. This should work
also when you put the caret into the parameters it should show the name and
type of the parameter.

Hope this works for you

Lloyd Sheen
 
Back
Top