[perl-win32-gui-users] richedit

2001-05-25 Thread Alex Lee
Hi All: Does anyone know how to print out the sentence below in a richedit control: 'see the fox jump' the word 'jump' is bold and is also green, while the rest of the text is just plain black. Thanks in advance. Alex :) = ** * END OF MESSAGE *

[perl-win32-gui-users] Printing in windows

2001-05-25 Thread Dave
I was wondering what the best method is of sending text to a printer attached to the computer running the application. I had read that you can just open the LPT1 with a pipe, but that didn't work for me. Can anyone please point me to information on printing from within a win32 gui app on a local

RE: [perl-win32-gui-users] multiline Label

2001-05-25 Thread Piske, Harald
Try using a multiline, borderless, readonly text field ... will take a while digging thru texpex and .h-files until you figure out what values to feed -addstyle and -remstyle with, and maybe fiddle with colors. But when you've found it all out, lemme know ... ;-) nb, line breaks in textfields requ

RE: [perl-win32-gui-users] multiline Label

2001-05-25 Thread Eoin_Butler
This Will Sound Silly But How do Get A label to display the text the way I want it without just wraping the text in other words how do I insert \n ,\r ,\t etc... Without getting a square where my "\n" should be .. This is what i've tried , plus a few other things $W->DisplayError-