Re: Keep PictureBox within PictureBox when Dragging

From: Pete (psch_at_imt.net)
Date: 04/09/04

  • Next message: Stephen B. Hahn: "Re: Please Report SP6 bugs! (was Re: Visual Studio SP6)"
    Date: Fri, 9 Apr 2004 14:14:02 -0600
    
    

    Randy....Thanks for the post. The sample works as advertised. It looks
    like your implementation, with modifications, will be far better than the
    existing MFC app I am looking at for reference. Also, I have no problems
    with the cursor also being restricted inside Picture1, given the desired
    enduser result at runtime. Will incorporate it into what I have going in
    the next week or so. I added MousePointer = 15 to Picture2. Will probably
    also add the bits to have the MousePointer be over Picture2 when the
    page/form loads. For enduser visual simplicity, this really tells the
    enduser, up front, what to do with Picture2. Another way, which now appears
    less desirable, would be to have MousePointer be 15 when dragging Picture2,
    with MousePointer being default when the mouse is over Picture2, but for
    some odd reason can't get it to work. Another issue not yet tested with
    your sample, is a flickering/tearing issue when dragging Picture2, (Which
    will be Lead2) in the LeadTools app I am working on.

    Were the bits in the sample from an existing sample on your site??, if so,
    where, and how did I miss it??

    Pete :-)


  • Next message: Stephen B. Hahn: "Re: Please Report SP6 bugs! (was Re: Visual Studio SP6)"