in reply to Re^3: How do I customize the win32 title bar or create my own in Perl way?
in thread How do I customize the win32 title bar or create my own in Perl way?

If he's using Win32::GUI, much of that code is already wrapped
  • Comment on Re^4: How do I customize the win32 title bar or create my own in Perl way?

Replies are listed 'Best First'.
Re^5: How do I customize the win32 title bar or create my own in Perl way?
by Anonymous Monk on Jan 26, 2010 at 08:27 UTC
    Win32::GUI is woefully incomplete. And the docs are worse. (But it's better than nothing.)

    Once I got familiar with it, I found it easier to grep METHOD *.xs and compare what was (partially) implemented there to MSDN than working off of examples that almost did what I wanted and docs that misled me. (Not that MSDN doesn't mislead, itself.)