Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send a message to a user on the networks
Message
 
 
À
26/01/2012 05:14:45
Issam Mansour
Jordan Business Machines
Amman, Jordanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01533664
Message ID:
01533790
Vues:
57
You have to use Unicode version of Windows API. Also, the second STRCONV parameter is incorrect. It should be STRCONV(,5). However, if text is already in Unicode, you don't need STRCONV()

>I used the strconv() but still i have the same problem.
>
>mtext2 = 'Hi '+ 'كرحيا'
>
>SendMsg("faxserver","issam","administrator",Strconv(mtext2 + CHR(0),11,11265))
>
>
>>The Unicode version is CreateFileW. You may have to convert string to Unicode using STRCONV() before passing them in.
>
>>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform