Leroy G. Blimegger Jr. wrote:

> All,
> 
> Over the past few months, I've written several perl scripts that have become very 
> useful to my client. But they complain that they have to type in directory names, 
> filenames, etc. They would like a GUI interface that allows selection of 
> directories, files, etc.
> 
> Now, I know I can build a front end in Visual Basic, but I would like to take the 
> opportunity to do something new. Can I build a GUI using perl? If so, can someone 
> point me to some examples.
> 
> If I can't, and I have to use Visual Basic, I know I can pass all of the arguments 
> for each perl script via Shell and either command line arguments or switches. But, 
> there is quite a bit of useful information that is displayed in the command window 
> when each script runs. Can I pass this information back to the Visual Basic front 
> end for display?
> 
> I'm trying not to ask a specific Visual Basic question on a perl mailing list, but 
> if someone has some experience with VB/perl interaction, any tips would be 
> appreciated.

No need to.  Try using Win32::GUI or Tk and create your own
GUI interface.

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to