Display the <summary> in VB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I know I can get the comment for a method to display when I mouse over it in VS.NET 2003 if I place the following code before the method

/// <summary
/// Sort grid by colum
/// </summary
/// <param name="col"></param

But how can I do this in VB? Can I do it in VB

Thanks
skicow
 
Back
Top