Hello,
I was just wondering about a funny little thing I saw with my
owner drawn buttons. Owner drawn buttons dont seem to be able to
keep up with double clicks the way normal buttons do. A normal
button responds to each click of the mouse but an owner drawn
button seems to behave like there is a time period that needs to
elapse before you can click on it again. I tried to set the
ODS_SELECTED bit to zero right after I drew my button but that
doesn't seem to help. In general there seems to be a laggy
response from owner drawn buttons...
What do you all have to say about this?
------------------
Cheers
I was just wondering about a funny little thing I saw with my
owner drawn buttons. Owner drawn buttons dont seem to be able to
keep up with double clicks the way normal buttons do. A normal
button responds to each click of the mouse but an owner drawn
button seems to behave like there is a time period that needs to
elapse before you can click on it again. I tried to set the
ODS_SELECTED bit to zero right after I drew my button but that
doesn't seem to help. In general there seems to be a laggy
response from owner drawn buttons...
What do you all have to say about this?
------------------
Cheers
Comment