Rich wrote:
> I have an EXE written in a different programming language... and I'd
> love to use it in an FXRuby application, but I don't want to rewrite it.
>
> I'm thinking of something along the lines of a ScrollArea,
> HorizontalFrame, or VerticalFrame where I can set the child to be this
> external EXE...
>
> Can this be done?
I really doubt it, unless that application (the EXE) is an ActiveX
control. And even then, I personally don't know how one goes about
embedding ActiveX controls into a FOX application, although I'm pretty
sure people have done that in the past.
|