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

    how to display window search animation in my form?

    when you do a find, you get that animated search avi?gif on the find window. does anyone know how i can get hold of this animation window using window api and make my form as the parent. basically displaying this on my form.

    why? to show some progress of processing going on with the app. if you use progress bar, still the bar will be stuck. i guess the animation will keep the user informed.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: how to display window search animation in my form?

    get a free OCX for displaying animated gifs at http://nt1.pncl.co.uk/sbutler/vb/activex.asp


  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: how to display window search animation in my form?

    The code at :

    http://codeguru.developer.com/vb/articles/1638.shtml

    - shows how to create an animated window using the windows API and display a AVI file from a resource file.



    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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