I'm trying to send an e-mail message from a VB variable, which
contains accented characters, like this:
dim str = "Acentuação" ' this string contains a c-cedilla and an
a-tilde
dim objMail As New MailMessage()
objMail.Body = str
[...] 'all other objMail property settings follow
The message...
I wrote a simple vbscript/asp/ms-access site. I need to distribute it as a standalone cd-rom, but it won't work if the user has to install pws and everything to run it.
I wonder if there's a software tool to distribute such an environment in an easy-to-run cd-rom.
Otherwise, is there a way...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.