[fpc-pascal] Win32 Application Query.

Brian Winfrey bwcode4u at gmail.com
Tue Feb 1 05:57:03 CET 2011


On Sun, Jan 23, 2011 at 2:25 AM, Justin Smyth
<delphian at smythconsulting.net> wrote:
> Hi guys
>
> I've been working on a application to application communications protocol
> via named pipes.
>
> the basic idea would be for Application A to change a Component Property on
> Applications B ( ie the visible property) or a text or caption or width /
> height of a component. ( and also for Application to cause and event to fire
> on application b only , ie a screen refresh or data change event ie reset a
> label to its primary state )
>
> I'm also going to allow application A to change Applications B event
> handlers ie onClick onEnter OnKeyPress etc so that Application A can
> redirect an event handler so that when an event is triggered on Application
> B
>
> My Question is does any components out there like fpGUI do this ?
>
>
> once i am done and its working i'd be happy to share the code , at present i
> can change component values and read them from the remote end.
>
> Kind Regards
>
>
> Justin Smyth
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>

I think you may find what you're looking for in MSE project's IFI?
components.  Google MSEGUI to find it.



More information about the fpc-pascal mailing list