Results 1 to 40 of 716

Thread: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

Threaded View

  1. #11

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

    Re: [vb6]Alpha Image Control (PNG, AniGIFs, TIFF, & more)

    Jay, sorry I didn't notice your post earlier, been trying to wrap up this latest update.
    I admit that my animation class/methods can use a little work. I'm open to feedback/suggestions.

    Edited: I do see something I had to track down. When you called that method, the control did not know it was in runtime and that is wrong. The real patch, I'll include in the next minor update. But to get past the problem for now, try this instead.
    Code:
    ' in your form load... change to
        DoEvents ' should allow the control's internal Show event to trigger & set the flags appropriately
        AlphaControl.Animate lvicAniCmdStart
        AlphaControl.Animate lvicAniCmdSetLoopCount, 1 
        ' ^^ this sets the loop count, but must be called after animation starts. It think that is what you were trying to do?
    For all. NEW VERSION OF CONTROL UPLOADED to post #1
    Any previous version is no longer compatible; way too many modifications and changes
    Last edited by LaVolpe; Feb 12th, 2011 at 03:07 PM.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

Tags for this Thread

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