B
berylwilson
Hi all,
I have an MDI application, where the user can have more than one child
windows. Im trying to have a cursor for each child window and the
position of the cursor has to be synchronized with the cursor in the
active mdi child.
For this i have tried using a picture control with a arrow cursor image
loaded in the child form, and moving this with respect to the cursor in
the active form. This gives me the require illusion. But when i move
this over controls (like text box), i could see white backgroud
surronding the arrow image. I need to avoid this, and to have only the
arrow image.
I have also tried creating a form with this arrow image as background
and setting the transparent color key to the back color. this gave me
the required illusion. But im trying to do the same in a custom ctrl.
But in vain.
Any good suggestions to achive multiple cursor effect.
Thanks in advance.
Beryl Wilson
I have an MDI application, where the user can have more than one child
windows. Im trying to have a cursor for each child window and the
position of the cursor has to be synchronized with the cursor in the
active mdi child.
For this i have tried using a picture control with a arrow cursor image
loaded in the child form, and moving this with respect to the cursor in
the active form. This gives me the require illusion. But when i move
this over controls (like text box), i could see white backgroud
surronding the arrow image. I need to avoid this, and to have only the
arrow image.
I have also tried creating a form with this arrow image as background
and setting the transparent color key to the back color. this gave me
the required illusion. But im trying to do the same in a custom ctrl.
But in vain.
Any good suggestions to achive multiple cursor effect.
Thanks in advance.
Beryl Wilson