Click to See Complete Forum and Search --> : please help Urgent


MAHESH NERLEKAR
October 5th, 1999, 06:15 AM
Hi
I am creating ActiveX (say rectangle)for some graphic application
it should change the mouse-pointer when cursor is on the activex area. This does not work when activex is invisible( or transparent).
Also i canot send activex to back of some other
object(send to back prop does not work),say line.
My rectangle always remains always over the the line (so line is not visible).

please help
thanks
mahesh

October 12th, 1999, 04:04 AM
You should you use the setcapture api to capture the mouse movements: it captures the movements even if your control is transparent. Tell me if you need further information.