CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: HELP DoEvents

  1. #1
    Join Date
    Mar 2001
    Posts
    6

    HELP DoEvents

    Hi everyone,

    Does anyone know how to get a gif to animate while a process is running.
    I have a form that starts off with an animation. I have been trying to change to another animation just before a long process begins, but the animation doesn't animate/show until the process is complete.
    Thanks for the help,
    Sheri


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: HELP DoEvents

    if u want to try multithreading, refer

    http://vblib.virtualave.net

    for prebuild sample.


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