Re: tab scroll

Tech-Archive recommends: Fix windows errors by optimizing your registry



Same to you Al. I'm certainly thankful for all my online friends. <sappy group hug>

Tom

"Al" <Al@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:92312F1D-E9DE-4EDA-9082-EC70C91139C4@xxxxxxxxxxxxxxxx
Thanks Tom
And thanks for the link. I will try working on that this holiday season. Oh!
bye the way, Happy Thanksgiving.
--
Just Al


"Tom Serface" wrote:

You can use SetScrollInfo().

http://msdn2.microsoft.com/en-us/library/bb787595.aspx

Or, you could use SetScrollPos(), but I think SetScrollInfo( ) is the
preferred call these days.

Tom

"Al" <Al@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:05375EEB-6FC7-4AC6-9C15-E0C160707E46@xxxxxxxxxxxxxxxx
>I have a form with controls on it. It is larger than the client area so >it
> needs to be scrolled down to get to the last controls. I can do this > with
> the
> bar on the right but I would also like it to scroll automatically when
> tabbing down through the controls. How can I make this happen?
> -- > Just Al


.