Tech Support > Microsoft Windows > Development Resources > child windows and scrollbars
child windows and scrollbars
Posted by S.Kartikeyan on December 22nd, 2003


How i can catch application wide scrollbar messages of all child
windows in parent window procedure.
I have an application where i have to scroll many windows based on
scrollbar messages of one window


s.kartikeyan

Posted by /dev/null on December 22nd, 2003


Simply while serving scrollbar message in your child window, send custom
message to your main window to inform it that the scrollbar has been
moved. Then handling custom message in your main window you can "scroll"
other child windows.

S.Kartikeyan wrote:

Posted by S.Kartikeyan on December 23rd, 2003


The problem is the child window is an activex control with a scroll
bar not written be me.But i am using it in my application.How to catch
such messages.
The activex control is none other than Internet Explorer Activex
Control which has not exposed scroll bar events to handle in the
application


/dev/null </dev/null@localhost.ld> wrote in message news:<bs6hli$87c$1@atlantis.news.tpi.pl>...


Similar Posts