Shoutbox

HTML - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: HTML (/showthread.php?tid=50879)

HTML by dazlee on 09-24-2005 at 06:14 PM

Hi guys does anyone know about the msnger text field? what type of control it is?

HTML apears to not be supported using tags, sResult = "<b>foo</b>" e.g

Can anyone shed some light on this?

:)


RE: HTML by Eljay on 09-24-2005 at 06:26 PM

use msgplus constant for bold

code:
sResult = nCCBold & "foo " & nCCBold

RE: HTML by dazlee on 09-24-2005 at 06:27 PM

It wasent rly bold i was after, that was just my html thing. Ultimatly its to do with img's and embeded active x, posible???? :)


RE: HTML by Eljay on 09-24-2005 at 06:30 PM

images maybe, embedded activex i highly doubt


RE: HTML by Plik on 09-24-2005 at 06:30 PM

quote:
Originally posted by dazlee
Hi guys does anyone know about the msnger text field? what type of control it is?
Its a richedit control afaik.

quote:
Originally posted by dazlee
embeded active x
Wouldnt that be a serious security risk?
RE: HTML by dazlee on 09-24-2005 at 06:32 PM

yea, i was also very doubtful of the activex idea but you never know ;) so images? they have emotics so would seem posible, the html way does not work...

<img src="http://google.com/intl/en/images/logo.gif" width=276 height=110 alt="Google">

Any suggestions? :)


RE: HTML by dazlee on 09-24-2005 at 06:54 PM

I think i found my answer here http://www.codeproject.com/richedit/AnimatedEmoti...p=0&select=1084393

Aparently rich edit can have com objects, problem = this is c++ not VB :S

Ah well, maybe i can work it out for VB :)