CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Flickering Images

    I have this really nagging problem,
    I've written an app wich uses images, the problem is, when I move an image (or resize it) it flickers. This is not what I want, I just want it to appear as a smooth animation.

    Tom Cannaerts
    [email protected]

    The best way to escape a problem, is to solve it.
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  2. #2
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    Re: Flickering Images

    try to use picturebox instead of imagebox


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

Featured