--- In [email protected], "nospam0123456us" <nospam012345...@...> wrote: > > --- In [email protected], "brucexs" <bswitzer@> wrote: > > The other program is using Unicode for all its strings would be my guess. > > > you got it, i tested with pfe and got my string back. > Even notepad is unicode on XP... > > How to get my string back or at least get a buffer i can use with unicode > string plugin afterwards ??? > > > I tried dialog plugin to map the external control but none of the message i > tried to send are successful (even the dialogPluginDemoNonNative script fail > with notepad !!) > > ERROR: Dialog.setValue: Dialog, control, win or font handle isn't
Dialog plugin has never worked for me for out-of-process controls. > > It could be a good addon to dll plugin to have a kind of sendmessageremote > that support Struct, unicode, ... > You might be able to work something out. See if this message is of any help: <http://tech.groups.yahoo.com/group/power-pro/message/33318> I guess you would need to be using the dll plugin to get a pointer to a wstring instead of a string. Then possibly the unicode plugin or another API could be used to translate the widestring to ascii. Regards, Sheri
