The MASM Forum

General => The Workshop => Topic started by: clamicun on December 15, 2015, 12:22:38 PM

Title: One more of many mysteries 2.part
Post by: clamicun on December 15, 2015, 12:22:38 PM
After reading innumerables codes (almost 3 hours) and doing 133 tests - I give it up.
Where is one understandable example of

INVOKE ScrollWindowEx,..............

Looks "normal"

INVOKE ScrollWindowEx,winhnd,?,?,offset rect,offset rect,offset rect,offset,rect,SMOOTHSCROLL??+SW_INVALIDATE??+SW_ERASE??


Someone give me the address, please

Title: Re: One more of many mysteries 2.part
Post by: jj2007 on December 15, 2015, 07:01:45 PM
Search here (7 threads). (http://www.masmforum.com/board/index.php?action=search;advanced)
Title: Re: One more of many mysteries 2.part
Post by: clamicun on December 16, 2015, 05:40:27 AM
Thank you jj,
good examples to learn about scolling windows.