Hi there,
The only way to do multi-line comments in
VB.NET is to do a lot of single line comments ;)
Really, the only option you have is the single tick (') in front of a line.
You can use Ctrl+K, Ctrl+C and Ctrl+K, Ctrl+U to comment or uncomment selected lines of text. In C# you can use /* ... */ to comment an entire block of code.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.