|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Live image in VB picture box controlHi,
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 *** 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 *** |
|||||||||||||||||||||||