Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » UPP app -> Ext EXE (send email) wrong charset
Re: UPP app -> Ext EXE (send email) wrong charset [message #23890 is a reply to message #23889] Tue, 01 December 2009 13:18 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Hello Alex100

Charset always make me sweat, but try with this:

ShellExecuteW(NULL, L"open", L"GmailSend.exe", ToCharset(CHARSET_UTF8, "user1@gmail.com Teste Ola"), L".", SW_SHOWDEFAULT);


Perhaps this also works (after SetDefaultCharset(CHARSET_UTF8);):

ShellExecuteW(NULL, L"open", L"GmailSend.exe", WString("user1@gmail.com Teste Ola"), L".", SW_SHOWDEFAULT);


Best regards
Koldo


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: up & down within ColumnList moves focus out
Next Topic: AutoScroller code snippet here
Goto Forum:
  


Current Time: Thu May 09 11:47:32 CEST 2024

Total time taken to generate the page: 0.02382 seconds