Results 1 to 5 of 5

Thread: PLease help I have a question

  1. #1

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    i see sometimes when people tell what the code is they change it somehow so instead of looking like this
    Private Sub Form_Resize()
    Dim wid As Single

    List1.Height = ScaleHeight
    wid = ScaleWidth - List1.Width
    If wid < 120 Then wid = 120
    Text1.Move List1.Width, 0, wid, ScaleHeight
    End Sub

    it says code then a line going across and then the code and the code is smaller and then there is like a line at the end of the code also. How do you do this?


    ------------------
    Sincerely,
    Chris
    :-) ;-)
    Email [email protected]

  2. #2
    Hyperactive Member Juan Carlos Rey's Avatar
    Join Date
    Aug 1999
    Location
    Mendoza, Argentina
    Posts
    301

    Post

    Edit my post and you will see!
    Code:
    This is NOT really a piece of code, but...
    Is This what you mean?
    Hope been helpful


    [This message has been edited by Juan Carlos Rey (edited 12-29-1999).]

  3. #3
    New Member
    Join Date
    Dec 1999
    Location
    Nederland, Texas, USA
    Posts
    8

    Post

    The reason it does this is due to the html, its read as oneline, only if it hits an endline character such as enter (ascii=13) will it goto the next line.I hope that answers your question

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Post

    These should help: http://www.vb-world.net/ubb/ubbcode.html
    http://www.vb-world.net/ubb/faq.html#smilies

    ------------------
    Mark Sreeves
    Analyst Programmer

    [email protected]
    A BMW Group Company

  5. #5

    Thread Starter
    Hyperactive Member PITBULLCJR's Avatar
    Join Date
    Nov 1999
    Location
    New York
    Posts
    408

    Post

    hey thanks guys
    Code:
    look i can do it hehehhehe

    ------------------
    Sincerely,
    Chris
    :-) ;-)
    Email [email protected]

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