Hello,

I am using the following line of code to display a popup list in my form:

itemhit = LstPopupList (popupList);

If the user taps on an item inside the list, LstPopupList returns the 
item number and I process it accordingly.  If the user taps outside the 
list's boundaries, 0xFFFF is returned and the list is dismissed.  The 
problem: I would like to know the XY coordinates at which the user tapped 
to dismiss the list.

Is this possible?

Thanks,
-Mike



Reply via email to