Re: Progress bar in win32 lib
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Apr 20, 2000
- 712 views
Not that it makes any difference, but setScrollRange() for progressbars is
incorrect.
Should be:
elsif window_type[id] = ProgressBar then
if not sendMessage( id, PBM_SETRANGE, 0, pack_word( min, max ) ) then
...not... ( PBM_SETRANGE,True...

