Home All Groups Group Topic Archive Search About

Live image in VB picture box control

Author
19 Sep 2005 1:27 PM
Rajeev Menon
Hi,
I am diplaying live image using a fram grabber card in my VB
application. I wish to display some guide lines superimposed on this
live image. How is it possible?
While redrawing lines using a timer event, the lines licker and so
dosen't look nice.
Can somebody help me in finding a solution.
Regards - Rajeev

*** Sent via Developersdex http://www.developersdex.com ***

Author
19 Sep 2005 1:53 PM
alpine
You could make your "guide lines" separate controls and make them
children of the picturebox.  For a fairly straightforward way to
accomplish this, you might want to have a look at the Regions
(Clickable Shapes) example at  http://www.mvps.org/vbvision/

HTH,
Bryan
____________________________________________________________
New Vision Software                   "When the going gets weird,"
Bryan Stafford                      "the weird turn pro."
alpine_don'tsendspam@mvps.org     Hunter S. Thompson - 
Microsoft MVP-Visual Basic     Fear and Loathing in LasVegas


On Mon, 19 Sep 2005 06:27:07 -0700, Rajeev Menon
<rajeevvme***@hotmail.com> wrote:

Show quoteHide quote
>Hi,
>I am diplaying live image using a fram grabber card in my VB
>application. I wish to display some guide lines superimposed on this
>live image. How is it possible?
>While redrawing lines using a timer event, the lines licker and so
>dosen't look nice.
>Can somebody help me in finding a solution.
>Regards - Rajeev
>
>*** Sent via Developersdex http://www.developersdex.com ***