in reply to Printing via Win32 GUI

The labels and text boxes are objects. You just need to use the Text method to retrieve the values and then you do what you want with those values. If you're using an older version of Win32::GUI, it might be GetText instead of just Text.

Replies are listed 'Best First'.
Re^2: Printing via Win32 GUI
by njoyperl (Initiate) on Jul 20, 2012 at 22:12 UTC
    I think I can grab the values from the text boxes, labels etc. and send it to an output file. What I am not clear is how to initiate a print using the user's default windows printer and send the file to the printer. Thanks for your suggestions.