Re: SetScrollPos
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> May 30, 2000
- 429 views
I don't know if you're trying this with win32lib, but if function GetScrollPosition() ended with: -- NEW! 0.50c elsif window_type[ id ] = ProgressBar then return sendMessage( id, PBM_GETPOS, 0, 0 ) else return -1 ---*** added line here !!! end if end function ... it should work OK. Wolf ---------- From: ©koda <tone.skoda at SIOL.NET>