In VB the button control and others behaving quite good on doubleclicks.
In PB (WINAPI), when you click a button, within the doubleclicktime you can't press the button again.
The button generates a doubleclick message while i simply need another click.
A listbox example:
1) My listbox is filled with items
2) I click an unselected item
3) I click it again but in within the doubleclick time.
4) The second click is not executed.
Clicks is in this case SELCHANGE of course..
And, try clicking a VB button several times, a winapi button will react much slower.
How?
------------------
[email protected]
In PB (WINAPI), when you click a button, within the doubleclicktime you can't press the button again.
The button generates a doubleclick message while i simply need another click.
A listbox example:
1) My listbox is filled with items
2) I click an unselected item
3) I click it again but in within the doubleclick time.
4) The second click is not executed.
Clicks is in this case SELCHANGE of course..
And, try clicking a VB button several times, a winapi button will react much slower.
How?
------------------
[email protected]
Comment