here is the image of what i extracted from other project source i found in my folders
![]()
my chat client uses webbrowser as chat window.
when we change font styles in combo the symbols change i wish to add them symbols along my chat text in my chat client but issue is the get seens as regular text such as abcd or numbers 1234 dont show symbols in chat window.
how do i process them to show icon in my chat windows .
this is how i send message out via client
TxtTattoo is the textbox that has symbols.
strOutput = strUserName & TxtTattoo & ": " & strMessage
ProcessHTML "<font size=" & "2", strOutput, Web
i think before i send out message they need to be converted am not sure need your help in this project is below attachment
i just look at it now it is font style , webdings and webding and symbols i want to send

my chat client uses webbrowser as chat window.
when we change font styles in combo the symbols change i wish to add them symbols along my chat text in my chat client but issue is the get seens as regular text such as abcd or numbers 1234 dont show symbols in chat window.
how do i process them to show icon in my chat windows .
this is how i send message out via client
TxtTattoo is the textbox that has symbols.
strOutput = strUserName & TxtTattoo & ": " & strMessage
ProcessHTML "<font size=" & "2", strOutput, Web
i think before i send out message they need to be converted am not sure need your help in this project is below attachment
i just look at it now it is font style , webdings and webding and symbols i want to send