Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

Trying in vain to extract click events made from Win32::GUI::MonthCal in a popup window, so when a date is selected in the monthcal object, it can be fetched and used to populate the date field in the parent window

I'm not sure which element to target to catch the event.

Has anyone used this GUI object before and faced the same issue?

Very little example code around, apart from the bare bones at

http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=monthcal

TIA