| How can I color my Visual Basic code? |
| You
can retain the formatting and add color your Visual Basic Code. To do this,
use the [vbcode] tag. At the start f your code place [vbcode]. At the end of
your code, place [/vbcode]. All code between these two tags will be treated
as Visual Basic code with color highlighting.
When entering your code, it should look something like the following: [vbcode] dim myVar as String 'my code.... ' ... [/vbcode] When this is displayed as your message, the [vbcode] tags will be dropped and color will be added. |