Mothra
Well-known member
I know this may seem like a dumb question but, is it possible to use in-line comments in VB .NET? I know that in C# you can do this:
Code:
Some code and then /* Your comments */ and some more code