Subj : Re: double clicks (mouse) To : borland.public.cpp.borlandcpp From : Jack Sawatzky Date : Fri Dec 17 2004 01:46 pm Ed Mulroy [TeamB] wrote: >Fine. Below is a simple C++ Hello World! program with >double click support added by the lines indicated by their >obvious departure from the normal indenting. Compare it >to what you are doing. > > > Thanks Ed. Your code compiled without any problems, but when I ran it, it too ignored double clicks. I positioned the cursor away from the button and double-clicked. Nothing. (The button responded as expected.) As you can see in my code fragment, I included ..style |= CS_DBLCLKS; just as you did. My pointing device(Logitech marble trackball) works normally in all other contexts. Any ideas? .