Re: Progress bar in win32 lib

new topic     » goto parent     » topic index » view thread      » older message » newer message

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...

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu