-
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?
-
Hi, there.
Check this site Forum Rules:
Posts:
VB code - Code Tag
Larisa
[Edited by LG on 04-14-2000 at 11:05 AM]
-
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.
-
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
-
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
-
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
;)