Re: Measure point to point
- From: "Peter Below (TeamB)" <none>
- Date: 31 Aug 2007 02:45:06 -0700
Rael wrote:
Thanks for useful post. I've been thinking about how this is done.
One further question:
What I would like to do is have a panel within the "screen capture"
form that has total transparency, while the form itself has partial
transparency. This way the selected region is nicely highlighted.
Any ideas on how to do this?
You have to fake it, no way around that. Before you show the form you
copy the screen content to a TBitmap. Then you show that (or part of
it) on the panel you want to appear transparent.
You can make a form with a "hole" in it using the SetWindowRgn API, but
you cannot easily draw anything on top of the hole, since it is not
part of your form.
--
Peter Below (TeamB)
Don't be a vampire (http://slash7.com/pages/vampires),
use the newsgroup archives :
http://www.tamaracka.com/search.htm
http://groups.google.com
.
- References:
- Measure point to point
- From: Andy
- Re: Measure point to point
- From: Peter Below (TeamB)
- Re: Measure point to point
- From: Rael
- Measure point to point
- Prev by Date: Re: Demo protection - Fixed life
- Next by Date: Re: Measure point to point
- Previous by thread: Re: Measure point to point
- Next by thread: Re: Measure point to point
- Index(es):
Relevant Pages
|