[Mono-list] graphical wrap
Mark Gimelfarb
mark@dawebber.com
Sat, 22 May 2004 11:44:28 -0500
You might want to look at this page:
http://curl.haxx.se/mail/archive-2003-06/0052.html
I think if you use the guys advice and with some P/Invoke magic, you can make
it happen.
Hope this is helpful.
Regards,
Mark.
Quoting Fred Blaise <chapeaurouge@madpenguin.org>:
> Thank you Jon. This is the route I started to take, but i very quickly
> realized that I would have pb with the progress bar... I won't be able
> to just take the standard streams (input, output) to show on my gui
> interface.
>
> Does wget has an interface I could use? Or would I basically have to
> take wget apart in order to make that gui?
>
> Thanks.
>
> ...chap
>
> On Sat, 2004-05-22 at 10:45, Jonathan Pryor wrote:
> > On Wed, 2004-05-19 at 01:51, Fred Blaise wrote:
> > > I would like to create a basic GUI for wget. That would push me to use
> > > many widgets :) My question is: what is the best way to interact with
> > > the command line program from my GUI application?
> >
> > You might try looking at System.Diagnostics.Process, which allows you to
> > launch a new process with arbitrary arguments and interact with it's
> > standard input, output, and error streams.
> >
> > - Jon
> >
> >
> > _______________________________________________
> > Mono-list maillist - Mono-list@lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-list
> --
> The software said install Windows2000 or better.. so I installed Linux.
>