Results 1 to 3 of 3

Thread: How To [Reolved]

  1. #1

    Thread Starter
    Addicted Member PhilRob56's Avatar
    Join Date
    Oct 2002
    Location
    New York
    Posts
    249

    Question How To [Reolved]

    Ok, I'll admit to being dumb.
    How do you post formatted code? Even using the VB code tags, you'd be typing into that box all day.....or am I missing something obvious?



    Thanks!
    Much appreciated
    Last edited by PhilRob56; Oct 17th, 2002 at 05:42 PM.
    Some days you're the dog,
    and some days you're the hydrant.


    VB6 Enterprise

  2. #2
    Frenzied Member John McKernan's Avatar
    Join Date
    Jan 2002
    Location
    SE PA
    Posts
    1,295
    In the reply box, simply surround your code with the vb code tags, ie:
    Typing:

    [vbcode]
    Private Sub TestCodeTags()
    'code goes here
    End Sub
    [/vbcode]

    gives you...
    VB Code:
    1. Private Sub TestCodeTags()
    2.     'code goes here
    3. End Sub

  3. #3

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