I religiously indent everything....drives my boss crazy the amount of time I spend prettying up everything. When I cut and paste to this message, tho, it all gets thrown out! How do I keep the indentation? DerFarm
Use the [code] tag. [code] Private Sub Form_Load() Call MsgBox("Hello, world!") End Sub [/code] The result is: Code: Private Sub Form_Load() Call MsgBox("Hello, world!") End Sub Click this smily for more information:
Private Sub Form_Load() Call MsgBox("Hello, world!") End Sub
Thank you. DerFarm
Yonatan: How were you able to show the code tags?
Tips, Examples & Tutorials: A valuable forum tool • Generate unique TreeView keys • TreeView with "open" and "closed folder" icons • Time code using GetTickCount • How to trap the Tab key • Scroll a form • NumberBox ActiveX control • Color a ListView row • An InputBox form • How to use SaveSetting and GetSetting • A program registration scheme • Spellcheck a Textbox • Resize controls • Open Windows Explorer at Last Visited Path • A Blackjack Game • Count lines of code • Private Message Viewer • Copy/Paste VB Code • Paste VB Code Add-In • Insert Procedure Names Add-In • A calculator for the game of Spider • My review of REALbasic 2008 • VB6 Debug Tutorial • Picture/Video Viewer • VBF Photo Contest Winners 2009 - 2016
I stuck other code tags in the original ones, thus making them invalid tags. For example: [co[i][/i]de] ' My Code [/co[i][/i]de] Happy?
That's very clever.
Forum Rules