Results 1 to 4 of 4

Thread: urg...another question - Clearing specific areas?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    19

    urg...another question - Clearing specific areas?

    I hate to make so many topics, but I'm sure you're glad to help

    So, my question is; is it possible to click to clear one area on a picturebox? It would be used as an eraser for a drawing. I've just used white on a white background in the past, but that's just painting over in white.

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: urg...another question - Clearing specific areas?

    which is ok if the drawings don't overlap

    one possible solution is to keep all the drawing parameters in an array or collection, so they can be redrawn, after cls, less the ones you want to errase
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  3. #3
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: urg...another question - Clearing specific areas?

    I think a really easy way is to draw a filled box in the form's bkg color, no?

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: urg...another question - Clearing specific areas?

    Yes, that is like what MS Paint does.. You can "erase" with a circle or a square region as a "eraser brush". Just paint with your background color to simulate erasing.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width