Hi,
You probably can use MouseDown or MouseUp event.
In 0.0.671, i think this event only availlable using NEM event for a child
window.
Add in you textfiled option list :
-onMouseUp => sub { print "MouseUp\n"; }
I haven't test in 0.0.671.
But, using current Win32::GUI Main CVS source code, it's availlable in both NEM
and OEM.
Laurent.
----- Original Message -----
From: Frazier, Joe Jr
To: Win32GUI
Sent: Monday, May 10, 2004 4:50 PM
Subject: [perl-win32-gui-users] Is there anyway to capture a click event for
a TextField control
I have an app where I will be putting a UNC path into a text field and need
to see if there is any way to capture a click event on a text field?
Joe