Screen pixel value

W

William Bates

I want to draw an irregular shaped icon at a fixed location on a PPC
screen. Can you direct me on how to get the pixel value of the screen
(or the current form) at a specific location.

Further how can I get notification if a rectangular region is repainted
- ie the screen may have a changing progress bar that could be behind
the irregular shaped icon.

Many thanks.
 
D

Daniel Moth

See if the Form.Position addresses your needs. The form's Paint event will
tell you when the area is redrawn.

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top