in reply to Calling Perl script from windows form

Tk/Tcl::Tk/Tcl::pTk/Tkx, Tk::Zinc, Wx, Prima, IUP, Gtk/Gtk2/Gtk3, Gtk2Fu, Qt/QtCore4, FLTK, Java::Swing...?

Perl GUI (2013)

I like Wx :) Re: wxPerl: is BitmapFromImage implemented? (no;sleep;docs), my wxWidgets / wxPerl / wxGlade tutorial, http://www.wxperl.it/p/wxperl-primer.html , wxperl_usage / wxperl-usage / wxPerl::Usage / Class Method Browser , available methods, method invocation syntax, link to docs, Re^8: How to use wxHtmlEasyPrinting (On debugging, verify everything, talk to teddybear ... and links and links , Tutorials: Perl documentation documentation, Searching Perl Documentation

you don't need to build wx yourself, http://www.citrusperl.com/, http://ppm.wxperl.it/

What Do These Sizer Things Do?

perl Tk help, RFC: Learning Perl/Tk, Perl/Tk: For Beginners, Re^3: Tkx Search for dialog box for text input , Re: TclTk interface with Perl code, is it possible? , Re^2: GUI toolkit+designer for the perl newbie , Re: Easier GUI, Re: Should I use Perl/TK?, Re^2: need a popup gui stdin, Tk Tree Tutorial ( http://www.rtapo.com/tutorials/tk_tree.html ), some Tkx tutorial links, Tutorial http://theoryx5.uwinnipeg.ca/perltk/ and http://www.perl.com/pub/1999/10/perltk/, http://perltk.org/, http://web.archive.org/web/20100310202528/http://theoryx5.uwinnipeg.ca/perltk/, How to RTFM Tk Tutorials

  • Comment on Re: Calling Perl script from windows form

Replies are listed 'Best First'.
Re^2: Calling Perl script from windows form
by Yona (Initiate) on Apr 30, 2014 at 07:53 UTC
    I know that, but I REALLY wanted to combine my perl script with C#. I guess I need to use command line. Thanks anyway :)
        Given a windows forms application I have written in C#, I want that with a press of a button it will run a perl script, that analyses files from a given directory.