-
Does anyone know where I can get some more information on the progress bar API code? I don't know how to set the Min or Max values and I'm not sure about how to set the scrolling style. Also, has anyone written it into a class module? I'm trying to write one myself but I've never done this before and it's going very slowly. Where can I find an easy tutorial on the basics?
-
Why don't you just use the one that come with VB? Just go to your list of associated components and add:
Microsoft Windows Common Controls 6.0(SP3)
At least that's what it is on mine, but something close to that should be the same thing. Then you don't have to go to all that trouble.
------------------
Ryan
[This message has been edited by Gimpster (edited 02-04-2000).]
-
I don't want to use the OCX because the distribution file would be over 1MB for my 64KB program. MSCOMCTL.OCX is about 1.1MB alone.