A advance progress bar.
Printable View
A advance progress bar.
Good stuff. Can you post the source code ???
hey techy...
i guess your progress bar is in c++ right?
could you give out the source?
well anyway, you mind if i make a control out of it?
ill start working on the ocx, if you have any objection tell me!
The progress bar is made in Pure VB :p, with some tweaking and twitching. :DQuote:
Originally posted by seec77
hey techy...
i guess your progress bar is in c++ right?
could you give out the source?
well anyway, you mind if i make a control out of it?
ill start working on the ocx, if you have any objection tell me!
You can make OCX out of it :D, I have no problem. Although I believe its easier to use it like this than OCX, thats why I did not make it the OCX way.
pure vb? then how come it's a normal api dll? did you use gui linker pro?
anyway, how about the source code, are you going to release it? and i think it is way easier to use it as a control... don't you think?
[edit]
i forgot to mention that if it's a control, the software can make the progress bar disappear at run time by setting the visible to false...
otherwise, the programmer can not hide the progress bar unless he sets autoredraw to false...
[/edit]
and one more thing... if you did it in vb, then how come you didn't make the font an stdfont and the back and fore colors ole_color... that would have been simpler to use... and can you tell me the rgb of the fore color you put in the sample prog?
Can you not post the source code ????
i tooked to the author... he told me he would rather not post the source...
some more documentation on this ....
Possible text alignment constants ...
VB Code:
Private Const DT_CENTER = &H1 Private Const DT_LEFT = &H0 Private Const DT_RIGHT = &H2 Border Style constants .... NoBorder = 0 SingleLineBorder = 1 SunkenBorderThin = 2 SunkenBorderThick = 3 RaisedBorderThin = 4 RaisedBorderThick = 5 EtchedBorder = 6 RaisedBumpBorder = 7 DoubleLineBorder = 8 Text Style Constants ... Private Const DT_END_ELLIPSIS& = &H8000& Private Const DT_PATH_ELLIPSIS& = &H4000 Private Enum dtpTextStyleConstants dtpNormal = 0 dtpEllipses = DT_END_ELLIPSIS& dtpFilePath = DT_PATH_ELLIPSIS& End Enum
No insult intended, but I would be very worried about using something that was not either from someone I knew personally, a known manufacturer or came with the source code.Quote:
Originally posted by seec77
i tooked to the author... he told me he would rather not post the source...
I'm not suggesting this is the case here, but a free control would be a great way to send out a worm.
I do not think that is the case here ....Quote:
Originally posted by BrianHawley
No insult intended, but I would be very worried about using something that was not either from someone I knew personally, a known manufacturer or came with the source code.
I'm not suggesting this is the case here, but a free control would be a great way to send out a worm.
well, if you don't wanna use it, your prob
though it's really nice you know!
your loss....
It is indeedy ....Quote:
Originally posted by seec77
well, if you don't wanna use it, your prob
though it's really nice you know!
your loss....
Anybody made a OCX outta this, please post if ....
OCX it up someone .... and post it here please ....
Why is it in the CodeBank if they dont want to submit the Code?
Good point... :rolleyes: :wave:Quote:
Originally posted by BrianS
Why is it in the CodeBank if they dont want to submit the Code?
because we do not have a section called "control bank" ...Quote:
Originally posted by BrianS
Why is it in the CodeBank if they dont want to submit the Code?
Actually hiding the progress bar is very easy, just call Me.Refresh to hide the progress bar.Quote:
Originally posted by seec77
pure vb? then how come it's a normal api dll? did you use gui linker pro?
anyway, how about the source code, are you going to release it? and i think it is way easier to use it as a control... don't you think?
[edit]
i forgot to mention that if it's a control, the software can make the progress bar disappear at run time by setting the visible to false...
otherwise, the programmer can not hide the progress bar unless he sets autoredraw to false...
[/edit]
Yes, it works. :)Quote:
Originally posted by techyspecy
Actually hiding the progress bar is very easy, just call Me.Refresh to hide the progress bar.