|
-
May 4th, 1999, 04:45 AM
#1
Scrolling a Dialog
hi everybody,
I have a dialog template that is resizable with maximize,minimize buttons on it. The horizontal scroll bar and the vertical scroll bar are also set. If I scroll on these scroll bars the dialog is not scrolled. How to implement this. Please some one help me....
With thanks and regards
Bala
-
May 12th, 1999, 03:51 PM
#2
Re: Scrolling a Dialog
You need to overide OnVScroll(). To do this, use ClassWizard to add the handler function to your dialog class.
-
May 12th, 1999, 03:52 PM
#3
Re: Scrolling a Dialog
In your OnVScroll you need to call functions like ScrollWindow(), GetScrollPos(), and any other scrolling functions found in the CWnd class.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|