Results 1 to 6 of 6

Thread: I'm an ex-FBI agent, I'm now going to tell you about Area 51...

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516

    Wink

    Well, not really. (I just thought I would get more
    'views' that way)



    What I REALLY need to ask, is how do you make an area
    of your message (on this forum) look like VB Code,
    everybody else seems to know how to do it.

    It always says 'code:' in very small letters,
    followed by an <HR> (for those of you who have
    dabbled with HTML).

    Any answers to this V(ery) Basic question?
    Courgettes.

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Posts
    308
    Hi, there.

    Check this site Forum Rules:
    Posts:
    VB code - Code Tag

    Larisa

    [Edited by LG on 04-14-2000 at 11:05 AM]

  3. #3
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    don't use the " ' " character in the tag. I have just inserted it there becuse other wise this forum thinks i am writing code.

    Place the Tag "['code']" before any code
    Then place the tag "['/code']" after any code.
    Iain, thats with an i by the way!

  4. #4
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    If you click the qoute button on this you'll see what I write when I write....

    Code:
    Dim I As Integer
    
    If I = 1 then
        msgbox "Hi"
    End If
    there is an activeX dll that does this too if you want it I'll send it too you.

    that way you can make your own web page help files. email me

  5. #5
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Cool

    Put this one in your project, compile it and run. This will definitely solve all your problems.
    Code:
      Sub Form_load
         Do 
            doevents
         Loop
      End sub
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2000
    Location
    Whats a location?
    Posts
    516

    Thumbs up

    Code:
    Sub YouAnsweredToMyPost()
    
    MsgBox("Thank you a lot"), , "How silly can I be?"
    
    End Sub
    Thank you, now I know hot to do it I'll use it all the
    time.
    If you want to know more about Area 51
    Code:
    Then GoTo
    http://www.abovetopsecret.com


    Courgettes.

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