|
-
Apr 13th, 2000, 09:46 PM
#1
Thread Starter
Fanatic Member
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?
-
Apr 13th, 2000, 10:02 PM
#2
Hyperactive Member
Hi, there.
Check this site Forum Rules:
Posts:
VB code - Code Tag
Larisa
[Edited by LG on 04-14-2000 at 11:05 AM]
-
Apr 13th, 2000, 10:07 PM
#3
Fanatic Member
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!
-
Apr 13th, 2000, 10:10 PM
#4
Fanatic Member
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
-
Apr 14th, 2000, 01:58 AM
#5
transcendental analytic
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.
-
Apr 14th, 2000, 02:44 AM
#6
Thread Starter
Fanatic Member
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
http://www.abovetopsecret.com

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|