|
-
Feb 23rd, 2004, 10:53 AM
#1
Thread Starter
PowerPoster
Formatting Postings
Hi,
Just a quickie for your old timers (in experience, not years)
How do I get posted code to look like .NET code, i.e. with indentations?
Although I always use indentations, they disappear on posting.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
-
Feb 23rd, 2004, 11:32 AM
#2
I dont know if VB.Net code is coloured the same way as VB code, but his is how you would post VB code:
[vbcode]
If (my_var = True) Then
Msgbox "Hello"
End If
[/vbcode]
which is displayed as:
VB Code:
If (my_var = True) Then
Msgbox "Hello"
End If
(you can also use code instead of vbcode to not show the colouring)
-
Feb 23rd, 2004, 12:11 PM
#3
Thread Starter
PowerPoster
Hi,
Many thanks, I will try both on my next post.
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
-
Feb 23rd, 2004, 12:24 PM
#4
Fanatic Member
You can also just hit the VB button and it will put the tags in for you.
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
|