I added an activeX control that allows me to display an animated gif on a visual basic 6 form to show an ajax style progress spinner. When I run this application on Windows 8 Pro x64, the spinner image will not appear. If I run my application as Administrator, it then appears. I do have a manifest with this program which executes as invoker, I don't want to require this application to have admin rights.
Any ideas as to why an animated gif activeX control would require admin rights and if there is a better way to show something like a simple spinner animated gif?
Thank you.