15 мая 2023 года "Исходники.РУ" отмечают своё 23-летие!
Поздравляем всех причастных и неравнодушных с этим событием!
И огромное спасибо всем, кто был и остаётся с нами все эти годы!

Главная Форум Журнал Wiki DRKB Discuz!ML Помощь проекту


How do I make a custom scrolling list box?

Jim Bublitz -- jbublitz@execpc.com
Wednesday, January 17, 1996

Hi
I need to make a custom listbox in which the thing that's actually =
scrolling is a dialog form that I can put controls on.   I dont need to =
select anything on the listbox, I just need the form to scroll in a box. =
  Any ideas ?
Thanks
Jim
Jim Bublitz,                                    Brookfield Wisconsin     =
              (414) 782-5282
Email:  jbublitz@execpc.com        Homepage: = http://www.execpc.com/~jbublitz/



Mike Blaszczak -- mikeblas@interserv.com
Thursday, January 18, 1996

On Wed, 17 Jan 1996, Jim Bublitz  wrote:

>I need to make a custom listbox in which the thing that's actually scrolling 
is a dialog form that I can put controls on.   I dont need to select anything 
on the listbox, I just need the form to scroll in a box.   Any ideas ?
>Thanks
>Jim
>Jim Bublitz,                                   
>Brookfield Wisconsin                   (414) 782-5282
>Email:  jbublitz@execpc.com        Homepage: 

It's hard for me to understand why you'd want to do this with a listbox.  
Since you're not selecting anything, what purpose will the listbox actually 
serve?

What about having a dialog box with scrollbars?

.B ekiM
--
TCHAR szDisc[] = _T("These words are my own; I do not speak for Microsoft.");




Mats Mеnhav -- manhav@connectum.skurup.se
Saturday, January 20, 1996

-- [ From: Mats Mеnhav * EMC.Ver #2.5.02 ] --

A CFormView would be another solution to this problem. The CFormView is
derived from CScrollView so the scrolling is happening by magic. Have a look
in the documentation for CFormView to see what you need to do to set it up.

Mats

-------- REPLY, Original message follows --------

> Date: Thursday, 18-Jan-96 05:18 PM
> 
> From: mikeblas@interserv.com   \ Internet:    (mikeblas@interserv.com)
> To:   mfc-l@netcom.com         \ Internet:    (mfc-l@netcom.com)
> 
> Subject: Re: How do I make a custom scrolling list box?
> 
> On Wed, 17 Jan 1996, Jim Bublitz  wrote:
> 
> >I need to make a custom listbox in which the thing that's actually
scrolling 
> is a dialog form that I can put controls on.   I dont need to select
anything 
> on the listbox, I just need the form to scroll in a box.   Any ideas ?
> >Thanks
> >Jim
> >Jim Bublitz,                                   
> >Brookfield Wisconsin                   (414) 782-5282
> >Email:  jbublitz@execpc.com        Homepage: 
> 
> It's hard for me to understand why you'd want to do this with a listbox.  
> Since you're not selecting anything, what purpose will the listbox
actually 
> serve?
> 
> What about having a dialog box with scrollbars?
> 
> .B ekiM
> --
> TCHAR szDisc[] = _T("These words are my own; I do not speak for Microsoft.
");
> 

-------- REPLY, End of original message --------


--
==========================================================================
Mats Mеnhav (Mats Manhav for 7-bit people)
email:manhav@connectum.skurup.se   WWW: http://connectum.skurup.se/~manhav
FAX:  (int) 46 (0) 414 243 05      Phone: (int) 46 (0) 414 243 05         
==========================================================================





| Вернуться в корень Архива |