Does anyone know if there is a way to get VB.net to let me comment out a
large portion of codes? Like in C/C++, I was able to comment out using /*
...... */ I think there is something to do with "Define Debug Constant = 1"
but I am not sure how it works. thanks.
large portion of codes? Like in C/C++, I was able to comment out using /*
...... */ I think there is something to do with "Define Debug Constant = 1"
but I am not sure how it works. thanks.
Comment