AcidBoot
02-06-2002, 07:37 AM
I am using a .GIF with a transparent background, on an image control, which has a transparent background.
Loading .GIFs in VB is stupidly slow, but check out this! I have included a timer function, so that you can see just how stupidly fast this is.
Change the value of AAA in the Form_Load() to 300. That results in 3600 48x48 pic moves in ~0.2 sec on my P2-300.
I know this method is not perfect for everyone's needs, but Oh, Man does it fit mine!:D
Loading .GIFs in VB is stupidly slow, but check out this! I have included a timer function, so that you can see just how stupidly fast this is.
Change the value of AAA in the Form_Load() to 300. That results in 3600 48x48 pic moves in ~0.2 sec on my P2-300.
I know this method is not perfect for everyone's needs, but Oh, Man does it fit mine!:D