PDA

Click to See Complete Forum and Search --> : [RESOLVED] Smilies within vbcode


ComputerJy
May 31st, 2006, 04:07 PM
Hi all,
When I was wondering around in the forums I came accross this post (http://www.vbforums.com/showpost.php?p=2490005&postcount=3). Where in a [Highlight=VB] tag the :D smily replaced all : D ...I think this needs fixing

Sorry JPnyc

RobDog888
May 31st, 2006, 04:17 PM
No bug. Its a feature. You go to the bottom of the reply box and check "Disable smilies in the text" :D

:D

ComputerJy
May 31st, 2006, 04:25 PM
No bug. Its a feature. You go to the bottom of the reply box and check "Disable smilies in the text" :D

:D
Don't you think smileys shouldn't appear inside the code tags, regardless if I want to use a smiley in my post

RobDog888
May 31st, 2006, 04:48 PM
I guess that a matter of preferences as sometimes I use them in my c0d.
Private Sub command1_click()
'Validate users data
Blah, blah, blah
'Alert user of invalid data :D
MsgBox "Meow"
'Exit app for whatever reason :lol:
End 'Use End as a show of bad programming :D
End Sub

penagate
May 31st, 2006, 04:49 PM
Smileys don't appear within code tags. Only in [Highlight=VB].

:D
:D

RobDog888
May 31st, 2006, 04:51 PM
Either way, you have a choice and that is always better then to be forced one way or the other. :)

Meow.NET!

penagate
May 31st, 2006, 04:53 PM
Anyway, it's not hard to turn off smileys in vbcode tags either...

:D
' :D

RobDog888
May 31st, 2006, 04:59 PM
Nope, just do like I posted in #2 and your good to go.

Now if we had the ability to have smilies disabled on a per line basis that would be interesting. :D

But I think this thread has all the answers in it now. See ya. ;)

ComputerJy
May 31st, 2006, 05:22 PM
Thanks guys