I am trying to show a large flashing arrow head over the top of everything else (like a very big mouse pointer).
Selectively repainting doesnt work because some controls are still on top.
Using the Drawing a masked pic from an Imagelist to a picturebox works but I cant Zorder the picture box over a frame
I had some success by putting the original pic on a small form using black to mask the shape of the form. New form sits over everything on the main form OK
Is there any way of making sure a picturebox is really over the top of everything else or is are there other controls I should be using?
Selectively repainting doesnt work because some controls are still on top.
Using the Drawing a masked pic from an Imagelist to a picturebox works but I cant Zorder the picture box over a frame
I had some success by putting the original pic on a small form using black to mask the shape of the form. New form sits over everything on the main form OK
Is there any way of making sure a picturebox is really over the top of everything else or is are there other controls I should be using?