Results 1 to 10 of 10

Thread: Howto

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186

    Talking

    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é

  2. #2
    PowerPoster Chris's Avatar
    Join Date
    Jan 1999
    Location
    K-PAX
    Posts
    3,238

    Smile UUB Code

    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"


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186

    Just testing

    Thanks, just a test:

    Code:
    'This is a test
    Dim Var As Variant

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186

    Talking

    jubiii this is exactly what I wanted, thanks!!!
    André

  5. #5
    Hyperactive Member billwagnon's Avatar
    Join Date
    Jul 1999
    Location
    St. Louis, Missouri, Mississippi Valley
    Posts
    290
    Code:
    Your VB code Here.
    [Edited by billwagnon on 05-24-2000 at 10:42 AM]

    [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]

  6. #6
    Member
    Join Date
    May 2000
    Posts
    37

    Talking How to?

    Hi

    Follow up question....

    How to put these cute icons at the middle of your reply???

    Thanks!
    Thanks for reading my post!

  7. #7
    Guest
    They are just like symbol stuff.
    Example: : ) [together] would be .
    Here are the rest:
    http://forums.vb-world.net/index.php?action=showsmilies

  8. #8
    Fanatic Member kinjalgp's Avatar
    Join Date
    Apr 2000
    Location
    India
    Posts
    535



    Please some one teach me to add VB code to my posts.

    [Edited by kinjalgp on 05-25-2000 at 05:26 AM]

  9. #9
    Guest
    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.

  10. #10
    Guest

    test:

    Code:
    For i = 0 to 100
    List1.additem (i)
    Next i

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width