BBCode Helper

Forged

Premium Member
Joined
Nov 28, 2002
Messages
5,433
Reaction score
0
Location
Texas
Website
www.securegamers.com
I made a prgram to make bbcode easier. Expecially for colors but it has all of the code buttons. Check it out, and give me constructive criticism on how I should make it.

#Edit
New version now has custom commands.
 

TrongaMonga

Grumpy Old Grandpa
Joined
Dec 28, 2002
Messages
10,126
Reaction score
41
Location
Portugal
That's vbasic, isn't it? One thing, though, you should also add the different types of lists (
  • ,
    1. and
      • , dunno if there are more). And is that BB code, or vb code? There are slight differences.
 

Forged

Premium Member
Joined
Nov 28, 2002
Messages
5,433
Reaction score
0
Location
Texas
Website
www.securegamers.com
It is a visual basic program for BB code -_-
And I didn't know about the othe rlist commands or I would have added them :)
 

TrongaMonga

Grumpy Old Grandpa
Joined
Dec 28, 2002
Messages
10,126
Reaction score
41
Location
Portugal
Yep, that was the first thing that came to mind :D

But he had list!
 

x42bn6

Retired Staff
Joined
Nov 11, 2002
Messages
15,150
Reaction score
2
Location
London, United Kingdom
Let me ask you: how many people use
  • anyway?

    Whoops, I forgot I don't have or [img]..... *insert laziness here*[/color][/font]
 

TrongaMonga

Grumpy Old Grandpa
Joined
Dec 28, 2002
Messages
10,126
Reaction score
41
Location
Portugal
Me, for one. And it would be nice if you could find if we can variate the dots :)
 

x42bn6

Retired Staff
Joined
Nov 11, 2002
Messages
15,150
Reaction score
2
Location
London, United Kingdom
I don't smell competition for some reason.

x42 > Forged

*evil laughter*

Forged, you should make the form Fixed Single and the About thingy read only.

Private Sub your text box_KeyPress(Keyascii as Integer)
Keyascii=0
End Sub
 

Auron

BattleForums Senior Member
Joined
Jul 18, 2003
Messages
2,351
Reaction score
0
Website
Visit site
[color=00C000] Nice work Forged. [/color]
 

Forged

Premium Member
Joined
Nov 28, 2002
Messages
5,433
Reaction score
0
Location
Texas
Website
www.securegamers.com
Forged, you should make the form Fixed Single and the About thingy read only.
Thought I did -_-

Private Sub your text box_KeyPress(Keyascii as Integer)
Keyascii=0
End Sub
why is that necisary?

Heh I think I am going to add custom commands realtivlly soon.
Probally tonight.
 

x42bn6

Retired Staff
Joined
Nov 11, 2002
Messages
15,150
Reaction score
2
Location
London, United Kingdom
That code makes the text box read-only - sets Keyascii to zero (no key) so you can't mess around with the text box.

But I know there is a read-only property somewhere.

It IS NOT Fixed Single - I can resize the program.
 

Forged

Premium Member
Joined
Nov 28, 2002
Messages
5,433
Reaction score
0
Location
Texas
Website
www.securegamers.com
That code makes the text box read-only - sets Keyascii to zero (no key) so you can't mess around with the text box.
I know what it does, but it there is a property for it, and you would rarelly use that command. -_-

It IS NOT Fixed Single - I can resize the program
Yeah I know, I meant to set it like that but I guess I wasn't paying attention.
 

x42bn6

Retired Staff
Joined
Nov 11, 2002
Messages
15,150
Reaction score
2
Location
London, United Kingdom
Actually, for my Keyascii thing you can validate text for colours and sizes.

I'll try converting my Advanced Poster code into VB (for decimal to hexadecimal), but I need to know how to select a specific character. Like:

a="x42 is god".charAt(0)

a would be "x" as it is the 0th (1st) character of the string "x42 is god".
 

_CM

Respected Member
Joined
May 19, 2003
Messages
3,874
Reaction score
3
Location
Luxembourg
i dont understand why anyone would use that program :rolleyes
 

NewPosts

New threads

Top