Don't know if this would work....
You could reset the double-click time of the whole system (through the mouse cpl), but I expect that would just royally f**k everything else....
Alternatiely, you're still getting 5 UP events...can't you do what needs doing there?
[Edited by Judd on 06-12-2000 at 05:11 AM]
Re: Don't know if this would work....
I think I'll go with the user control... It's basicall what I'd end having to to anyway
I need a screen refresh after the down events before the up events and I agree 101% about right-royaling the system with the mouse timer change. After searching the web I kept finding that tip but nothing else. I've heard of subclassing when you what to handle extra evnts but when you want handle less... ?
Where Sam Finch? he's the local subclassing genuis!
Isn't that the solution then....?
Can't you sub-class to catch the double-click message, and replace it with a single-click or mouse button down or whatever? Or do you always have to pass the intercepted message on? (I don't think you do...)
With usercontrols you have extra dlls etc to spread around...
Re: Isn't that the solution then....?
I hate to admit it but I'm a subclassing Virgin!, I've never had to do it before.
I was testing an idea for a user control on an exe anyway so I suppose the answer was sitting in front of me the whole time...
Thanks guys