--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> --- In [email protected], "Sheri" <sherip99@> wrote:
> 
> > Ultimately I want to use it on an out-of-process richedit control. I've 
> > actually had some success using sendmessages on out-of-process richedit 
> > controls that included variables allocated and copied to the external 
> > process using, among others, WriteProcessMemory api.
> 
> Which dialog services haven't worked for you out-of-process?
> 
> I'm guessing all those that require a pointer, so anything that
> takes a string or pointer-to-struct argument?
>

Probably. The one I remember trying the most was dialog.set_font. Also, what 
you did to get out-of-process statusbar text worked for explorer but not for 
statusbars in Delphi apps. Delphi statusbars use the same messages to retrieve 
the number of status bar sections and their texts, they just have a different 
class name.

Regards,
Sheri



Reply via email to