Saulius Krasuckas <[EMAIL PROTECTED]> writes: > and what way could it be done in? do you mean writing win16 test app to > catch that SBM_GETRANGE16 one? or is it just about handling of ordinary > message (SBM_GETRANGE) under odinary win32 system? eghm.. can you explain > the process of investigation by using some examples, please? i'd be glad > to help.
In this case, you have to write a 16-bit app, create a 16-bit scrollbar window, and send it various SBM_GETRANGE16 messages and see what happens. The code itself is simple, the main problem is probably finding a development environment for 16-bit code. -- Alexandre Julliard [EMAIL PROTECTED]
