--- In [email protected], "nospam0123456us" <nospam012345...@...> wrote:
>
> > notepad++'s status bar handle needs to be messaged with
> > SB_GETTEXTW (WM_USER+13), not SB_GETTEXT. Then the enhanced
> > version of the win plugin function works.
>
> The message i send is not a StatusBar GetText Message the mesage
> i use is to get back the current folder of a standard open/save
> file dialog... It works with notepad, firefox, office 2003, pfe,
> notepad++,...... 
> 
> I get the source from an ahk script and by mistake i let the
> SB_GETTEXT name of my previous sendmessagestrremote sample... 

I can't find documentation of message constants for filedialog. For me, your 
0x400+102 message via old win plugin does not work for file-open in Firefox but 
does work there via new win plugin. Conversely the message works for 
notepad++'s file-open with old, but not with new. There is hopefully some 
tweaking Bruce can do for recognizing whether or not the result needs 
converting. With status bar message SB_GETTEXT and notepad++ the result should 
be retrieved as ANSI whereas with same app and SB_GETTEXTW, it should be 
retrieved as unicode.

Regards,
Sheri

Reply via email to