Thanks for the reply. I see, no NEM. But even with OEM I can't trap any useful dragging event besides _BeginDrag. I would expect _MouseMove to work, or _MouseUp, but nope. _DblClick, _Changed etc work, but aren't useful for a drag operation. I wonder what the use is for _BeginDrag if you cannot handle the rest of the drag? I must be missing something... Any hints appreciated....

I just had a quick look through the code, and I can't see anything that could be used with _BeginDrag, in which case it's not a very useful event:) It might be the case that some events are missing.

The Grid control is actually based upon MFC Grid control (C++) By Chris Maunder:

http://www.codeproject.com/miscctrl/gridctrl.asp

There might be more information on that web link. I noticed there is a new version of MFC Grid, and it could be a nice project for someone to update and enhance Win32::GUI::Grid to use this version (any takers?)

Sorry I couldn't be of more help,

Cheers,

jez.



Reply via email to