Two questions about using Win32Lib
- Posted by Prasanta Chakraborty <prasanta at WRITEME.COM> Nov 09, 2000
- 377 views
Hi, I have got two questions regarding using Win32Lib, can someone please help me. 1. I successfully created a ListView in report style, how can I trap doubleclick on any list item so that I can show detail of the selected item. I tried onEvent, onClick, but none of these events triggers when I double click the list. 2. How can I print formatted text in windows printer. I can print text using wPuts() but if I put TAB control character in my text, it is not recognised by my printer, it comes out as garbage character. I am using HP Laserjet. Regards, Prasanta.