Am using VB6 svc pack 3. I have a picture control. I want a single click to perform one function and a double click to do something else.
Problem: Double click generates a single Click event immediately followed by a DblClick event
Test:
1. Create Picture1_Click event with debug.print "Single"
2. Create Picture1_DblClick event with debug.print "Double"
3. Run and double click the picture box
4. immediate window shows Single followed by Double
This looks like a bug. Anyone know a work around? Thanks.
Kevin in San Antonio
Problem: Double click generates a single Click event immediately followed by a DblClick event
Test:
1. Create Picture1_Click event with debug.print "Single"
2. Create Picture1_DblClick event with debug.print "Double"
3. Run and double click the picture box
4. immediate window shows Single followed by Double
This looks like a bug. Anyone know a work around? Thanks.
Kevin in San Antonio