Originally posted by: marius again
<b>TEST1</b>
<<b>>TEST1<</b>>
<><b>>TEST1<></b>>
<><b>TEST1<></b>
<><<b>TEST1<><</b>
<<<b>TEST1<<</b>
><<<b>TEST1><<</b>
><<<b>TEST1><<</b>
Reply
Originally posted by: seema
i want to scroll my dialog. i have painteed 64 controls. as i scroll up/down,controls also should scroll up/down.
how do i achieve it ?
please help
Originally posted by: jsing
How To Retrieve IE Browser Scroll Bar Info
ReplyOriginally posted by: Zbuffer
If I uses SetScrollPos only the Position of the Scrollbar has changed, but the WIndow with the scroll content stays.
I tried WM_VScroll and can change with SB_linedown for e.g
the scrollposition of the window and the scrollbar, but
I want a smooth scroll and only scroll for example the Window with one Pixel. Any Idea ?
Originally posted by: Jag Singh Nijjar
I know the problem has something to do with working in 16 and 32 bits, but how can i solve it.
Any help would be much appreciated.
Jag Singh Nijjar
I have used the WM_HSCROLL message to catch the events and everything works fine. But, when dragging the scroll box (the scrolling maximum position is set to be very large i.e 10486112), and releasing, the box jumps back to near the start. When the maximum scroll position is set to be small (i.e 65536) it works beautifully.
Originally posted by: JIJON
Thanks for your code.
I've been searching here in codeguru but
I didn't find.....
Could anybody tell me
how I can change scroll bar appearence?
Anyone succeeded?
Originally posted by: Amir
Thanks a lot.
This is exactly what I needed !
Though, when I tried to override the WM_VSCROLL of the item, there were no messages attached to it.
I succeeded finally by overriding the dialog's WM_VSCROLL message which sends as a parameter a pointer to CScrollBar.
Do there is a way to do attach the WM_VSCROLL directly to the CScrollItem ?
Reply