Buckaroo Buddha has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (gui programming)
Because my perl application is going to be used by lusers, I'd like it to be runnable "standalone", with a graphical user interface.
One thing I need help with is simplifying the "choose a file" interface, for operations such as opening and saving files.
This program will be running only on Windows, if that helps. I think it might, since Windows has a native file browser functionality. However, I don't know how to get at these Windows native calls, such as GetOpenFileName or GetSaveasFileName (as they're known in VB).
Can anybody help with something like this?
Originally posted as a Categorized Question.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How do I make Open and Save As file dialogs? (Win32)⭐
by ase (Monk) on Jun 12, 2000 at 02:17 UTC | |
Re: How do I make Open and Save As file dialogs? (Win32)⭐
by mdillon (Priest) on May 30, 2000 at 20:34 UTC | |
Re: How do I make Open and Save As file dialogs? (Win32)⭐
by perlcgi (Hermit) on May 30, 2000 at 21:21 UTC | |
Re: How do I open and save files in a GUI environment?
by perlcgi (Hermit) on May 31, 2000 at 21:23 UTC | |
Re: How do I make Open and Save As file dialogs? (Win32)
by jdporter (Chancellor) on Dec 21, 2006 at 22:11 UTC | |
Re: How do I make Open and Save As file dialogs? (Win32)
by heatblazer (Scribe) on Apr 05, 2013 at 09:57 UTC | |
by Anonymous Monk on Apr 05, 2013 at 10:30 UTC |
Back to
Seekers of Perl Wisdom