in reply to Writing multiple text strings to a window using Win32::GUI

Run win32-gui-demos, you want a read-only Win32::GUI::RichEdit or Win32::GUI::Textfield, not labels

See also Win32::GUI::Tutorial/Win32::GUI::Tutorial

  • Comment on Re: Writing multiple text strings to a window using Win32::GUI

Replies are listed 'Best First'.
Re^2: Writing multiple text strings to a window using Win32::GUI
by alexanderp98 (Novice) on Aug 02, 2011 at 22:35 UTC
    Thanks. Finally got it working correctly.