i want to implement the scroll bar in mfc dialogs.

i tried the following wih out success.

Right Click on the dialog in the resource editor, click "properties"
then select the "Styles" tab, then tick the "vertical scroll" option


in my application i can see the scroll bar visible and doesnt work when i
try to scroll down.

whats the solution?
--

--
Thanks,

Arvind

Re: help! by Claus

Claus
Tue Jun 21 04:50:00 CDT 2005

Arvind schrieb/wrote:
> i want to implement the scroll bar in mfc dialogs.
>
> i tried the following wih out success.
>
> Right Click on the dialog in the resource editor, click "properties"
> then select the "Styles" tab, then tick the "vertical scroll" option
>
>
> in my application i can see the scroll bar visible and doesnt work when i
> try to scroll down.
>
> whats the solution?

IIRC you have to handle scrolling by yourself. There is no automatic
scrolling as in a Listbox or in an Edit control.

Claus

Re: help! by Arvind

Arvind
Tue Jun 21 05:16:57 CDT 2005

any sample code for this?

--

--
Thanks,

Arvind
"Claus Henning" <claus#minus#guntram#dot#henning#at#ortim#dot#de> wrote in
message news:#GrAVakdFHA.584@TK2MSFTNGP15.phx.gbl...
> Arvind schrieb/wrote:
> > i want to implement the scroll bar in mfc dialogs.
> >
> > i tried the following wih out success.
> >
> > Right Click on the dialog in the resource editor, click "properties"
> > then select the "Styles" tab, then tick the "vertical scroll" option
> >
> >
> > in my application i can see the scroll bar visible and doesnt work when
i
> > try to scroll down.
> >
> > whats the solution?
>
> IIRC you have to handle scrolling by yourself. There is no automatic
> scrolling as in a Listbox or in an Edit control.
>
> Claus



Re: help! by Claus

Claus
Tue Jun 21 05:50:06 CDT 2005

Arvind schrieb/wrote:
> any sample code for this?

Petzold!

Re: help! by Claus

Claus
Tue Jun 21 05:54:45 CDT 2005

Claus Henning schrieb/wrote:

>> any sample code for this?
>
> Petzold!

and Boling (of course)