comment

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

In vb.net , I got scope of code to be comment. for ' . it is for one line
comment .
How about i need to comment a lot of lines coding ??

thanks
from agnes
 
select text, then Ctrl-K, Ctrl-C
or use the "Text Editor" toolbar comment button (blue horizontal lines)

I don't think VB.NET has a comment block like C#, since everything delimited
with carriage return and not ;

Greg
 
Back
Top