Other Software > Developer's Corner
Set a VBS file encoding
wraith808:
.Charset only works with type of adTypeText. That could be the problem if you're trying to reverse it, as the open type is adTypeBinary. You will probably have to play around a bit for your particular use case.
The reference for ADODB.Stream can be found at https://www.w3schools.com/asp/ado_ref_stream.asp
Yaron:
I'm not really familiar with encoding. I'll post here if the "playing around" works.
Thank you. I appreciate your help.
Yaron:
SendKeys() does not support Unicode.
See https://www.donationcoder.com/forum/index.php?topic=44105.new#new for an alternative.
@wraith808,
Thanks again.
wraith808:
SendKeys() does not support Unicode.
See https://www.donationcoder.com/forum/index.php?topic=44105.new#new for an alternative.
@wraith808,
Thanks again.
-Yaron (July 18, 2017, 10:51 AM)
--- End quote ---
No problem! Just sorry it didn't work; I didn't think about the fact that unicode could be the issue.
Yaron:
:up:
Navigation
[0] Message Index
[*] Previous page
Go to full version