Re: Baffled or Buffered?




"Mike Williams" <Mike@xxxxxxxxxxxxxxxxx> wrote in message
news:drhv2e$cog$1@xxxxxxxxxxxxxxxxxxxxxxx
> "WebBiz" <justask@xxxxxxxxxxxxxxxxx> wrote in message
> news:czVCf.6680$oG.4526@xxxxxxxxxxxxx
>
>> I'm trying to draw these vertical lines using the picturebox
>> lines method. That part works.
>
> I still can't see exactly what it is you are trying to accomplish. Post your
> code.
>
> Mike
>

I'm not sure either, but I think what he needs is one of those
Load picture into picturebox
Change Autoredraw so it is background now
Draw and erase lines on top of it
type of routines.


.



Relevant Pages

  • Re: Which component to use to display mathematical graphs with VB6
    ... transparent image without flickering? ... You are already erasing the old set of lines before you draw the ... What's the advantage of using a PictureBox? ... Private Type PointAPI ...
    (comp.lang.basic.visual.misc)
  • Re: Anchors and Objects
    ... Now drawing a line is no big deal. ... your main display PictureBox and once into a hidden Autoredraw PictureBox. ... PictureBox using a draw width two pixels greater than the draw width you ...
    (microsoft.public.vb.general.discussion)
  • Re: Basic Graphic Questions
    ... My "assumption" was that once an object (picturebox here) was created in VB ... GDI advantage inside the loop. ... PictureBox properties versus GDI pens etc) is the only part of your ... colours etc because you would generally set a colour once and then draw ...
    (microsoft.public.vb.general.discussion)
  • Re: What event for graphics methods
    ... Thanks Armin, that helped a lot. ... The picturebox is blank when it's first shown, but then shows the calendar grid only after resizing the form. ... CalendarPictureBox and the Colors are assigned in the form's load event before calling the Draw method. ... the output window is not visible, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Which component to use to display mathematical graphs with VB6
    ... Your code can then draw into that Form's client area (the area ... inside its borders) or alternatively into a PictureBox that you can ... generally very fast at drawing a set of many lines in one call using a ... Do you mean you want your graph to cover all of the available screen ...
    (comp.lang.basic.visual.misc)