how can i add a progress animated gif next to the tool box
like Netscape / IExplorer.
i already have the ocx that allow me using anim..gif
but i need to attach it next to the toolbox on the right.
Printable View
how can i add a progress animated gif next to the tool box
like Netscape / IExplorer.
i already have the ocx that allow me using anim..gif
but i need to attach it next to the toolbox on the right.
Maybe this will help? http://forums.vb-world.net/showthrea...threadid=20748
because i already konws how to create a anim.gif.
what i dont know is : how to add it next to the coolbar.
as u know the coolbar stretch on the form and appear in front of it.
so, the question is how to add it so when i'll move the
coolbar the anim.pic will resize as well.
i m sorry about my complex.
The coolbar shouldn't stretch itself to the width of the form automatically, unless you set the align . If you set the align to vbAlignNone, it won't stretch itself.
add the animated image inside the toolbar, and in the resize event of the toolbar add some code to change the place of the image in case of resizing the toolbar, i think this will work.