RE: [perl-win32-gui-users] DateTime object in Win32::GUI 0.665

2002-10-03 Thread Eric Hansen
Additionally, did you know that if you left mouse click the month in the Title of the date calendar graphic widget that a drop down list of months appears, and if you left click the year in the Title area a pick list of years displays? Also, if you right click you are asked if you want to goto to

[perl-win32-gui-users] DateTime object in Win32::GUI 0.665

2002-10-03 Thread Eric Hansen
# This script demonstrates the DateTime Widget's use # by Eric Hansen October 2002 - [EMAIL PROTECTED] use Win32::GUI; $W = new Win32::GUI::Window( -name => "Window", -text => "Demonstrate DateTime Control", -width => 275, -height => 250, -left => 50, -top =>

[perl-win32-gui-users] RichEdit and Class in 0.0.665

2002-10-03 Thread Sean Healy
Tried to post this previously, but it's been over 48 hours and it hasn't shown up in my inbox, so I'll try again. I have some old code written under 0.0.558 which uses a Class to get the RButtonDown event from a RichEdit. I recently tried to run this code under 0.0.665, and it won't even comp

[perl-win32-gui-users] Animated windows

2002-10-03 Thread Luigino Masarati
Hi, I searched in this mailing list how to create animated windows like start menu in W2K/XP (see Win32 SDK - Layered Windows http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/windows/windowreference/windowfunctions/animatewindow.asp)

[perl-win32-gui-users] Window alpha/colorkey

2002-10-03 Thread Luigino Masarati
Hi, I searched in this mailing list how to create a semi-transparent looking window and a free-shaped one (see Win32 SDK - Layered Windows http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwui/html/layerwin.asp) and found nothing about it, so i searched on MSDN and found the