News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Scrollbar !!!

Started by digelo, February 08, 2011, 09:06:28 PM

Previous topic - Next topic

digelo

Yeap , work fine  :green2

dedndave

now - if you want to add stuff....
add mouse wheel support - WM_MOUSEWHEEL
add keyboard support - a number of ways to do it

digelo


dedndave

well - you don't have to do that stuff   :P

digelo

thats like a training work, bad point is that i should complete this project as fastest as i can so i guess when i done important things in it im ganna include mouse wheel to it, right now im working on print issue (http://www.masm32.com/board/index.php?topic=16076.new#new)]  ::)

digelo

I found out why  SB_BOTTOM ,SB_TOP was there >:)
there is a right click menu on scrollbar that contain TOP and BOTTOM
so there should be something for handling this commands :P
SB_BOTTOM and SB_TOP was useful  :8)

dedndave

nice catch   :U

for the life of me, i couldn't find any way to activate them
i will add to my code, as well - afterall - those are 2 of the easy ones   :P