Scrolling controls using custom buttons

  • Thread starter Thread starter Flyte
  • Start date Start date
F

Flyte

Hi All.

I have a touch screen application where I -cannot- change the
OS setting to increase the size of the scroll bar buttons, therefore
I must create custom buttons that scroll the associated control.
The control could be anything, from a standard Windows .NET
text box, to a 3rd party control such as an Infragistics UltraGrid.

Can anyone recommend a way to accomplish this? SendMessage()?
SetScrollInfo()?

PS: Where can I get all of the constant values for the window messages?


thanks,
 
Ah, I found the constant values for the Window messages in WinUser.h.

Anyone have any suggestions for my previous question?
 
What about application skinning? Would that allow me to increase the
size of
the scroll bar buttons?
 
Back
Top