i know in java and other nice languages it's possible to comment out a bunch of lines at the same time. is it possible to do this in vb.net?
text1. Text = "Hi!" ' This is an inline comment. If your comment requires more than one line, use the comment symbol on each line, as the following example illustrates. ' This comment is too long to fit on a single line, so we break ' it into two lines.
If you mean syntactically, like /* ... */
in C++, then no. But if you mean from your IDE, then from Visual Studio:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With