chorg, if you are stuck on Windows, and you don't want your users to be too disoriented with the look of your interface, then Win32::GUI is the best pick.

On the other hand, I found that Win32::GUI lacks documentation, which makes it harder to program with, at least for me...

Tk although not as pretty looking as Win32::GUI, provides tons of widgets and is far more better documented and much more portable than a Win32::GUI program.

Also, there are some GUI designers for Tk (specperl is the one I use when I have to), though they aren't really easy to use, after some time you get used to them and they take of the burden of having to define every widget by hand.
I'm not aware if such tools are available for Win32, but if you find the specifications of the .frx files (VB forms ) you could probably use VB (or any M$ application for that matter) to create a Win32::GUI layout.

<kbd>--
PerlMonger::Paris(http => 'paris.pm.org');</kbd>

In reply to Re: Perl/Tk on windows using ActiveState Perl by OeufMayo
in thread Perl/Tk on windows using ActiveState Perl by chorg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.