Hi guys, I have seen many posts here where the VB code is like in a grey area and it has the green for comments etc. How do you do this?
It looks great!
André
Printable View
Hi guys, I have seen many posts here where the VB code is like in a grey area and it has the green for comments etc. How do you do this?
It looks great!
André
Just add the UUB code before and after your VB code
code
Your VB code Here.
/code
pls. add the [ and ] before and after the "code"
:D
Thanks, just a test:
Code:
'This is a test
Dim Var As Variant
jubiii this is exactly what I wanted, thanks!!!
André
[Edited by billwagnon on 05-24-2000 at 10:42 AM]Code:Your VB code Here.
[Edited by billwagnon on 05-24-2000 at 10:42 AM]
What he means is "[" & "code" & "]"
then your code here.
"[" & "/code" & "]"
took me a couple tries...
[Edited by billwagnon on 05-24-2000 at 10:44 AM]
Hi
Follow up question....
How to put these cute icons at the middle of your reply???
Thanks!
They are just like symbol stuff.
Example: : ) [together] would be :).
Here are the rest:
http://forums.vb-world.net/index.php?action=showsmilies
:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D
:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(:(
Please some one teach me to add VB code to my posts.
[Edited by kinjalgp on 05-25-2000 at 05:26 AM]
Incase you want to delete to [Editied] stuff, when you edit the message, there should be one at the bottom and you could just erase it.
Code:For i = 0 to 100
List1.additem (i)
Next i