CListCtrl functionality in Windows 3.1
Andi Giri -- agiri@ctiis.com Tuesday, May 28, 1996 Environment: Both Windows 3.1 and Win95 Using: Both Visula C++ 4.1 amd Visual C++ 1.52c Hi In the Win95 version of my program, I intend to use CListView/CListCtrl in order to give the user the power to size the individual columns in the list control. My code needs to run in both Windows 3.1 and Windows 95. My boss tells me that the Windows 3.1 version of Microsoft Mail had the same List Control-like functionality as has been implemented in Microsoft Exchange and Microsoft Visual SourceSafe. I am aware that List Control is a Windows 95 Common Control, and is built into the Win95 OS. Is there any way that I can port this functionality to Windows 3.1. Andi
Frederic Steppe -- FredericS@msn.com Saturday, June 01, 1996 [Mini-digest: 2 responses] >Environment: Both Windows 3.1 and Win95 >Using: Both Visula C++ 4.1 amd Visual C++ 1.52c > >In the Win95 version of my program, I intend to use CListView/CListCtrl in >order to give the user the power to size the individual columns in the list >control. >My code needs to run in both Windows 3.1 and Windows 95. My boss tells me >that the Windows 3.1 version of Microsoft Mail had the same List >Control-like >functionality as has been implemented in Microsoft Exchange and Microsoft >Visual SourceSafe. >I am aware that List Control is a Windows 95 Common Control, and is built >into the Win95 OS. >Is there any way that I can port this functionality to Windows 3.1. I don't think you can say common controls are 'built-in' the OS. They are stored in a DLL named COMCTL32, which is distributed with Win95, but may be distributed freely. A Win32s version of COMCTL32.DLL is available in the \WIN32S\REDIST directory of VC++ CD. Frederic Steppe (frederics@msn.com) -----From: Thomas DrolshagenHi Andi The CListView/CListCtrl are build into the Common Control DLL of Win 95 and NT. Using this functionality under 3.1 you hav to write your own controls (for a sample take a look at perihere company they have a grid derived from CListBox) or take a look at a company called Magma (prisident Marc Adler). I heard that they wanted to port these Win 95 Common Controls to 3.1. HTH Thomas Drolshagen
dobrin@itls.com Monday, June 03, 1996 I don't think so. CListCtrl showed in Visual C++ 4.0, which is designed for 32 bit applications. Have you tried a very simple application, using a CListCtrl, and Win32s ? Dan Dobrin dan.dobrin@itls.com > From: Andi Giri> To: "'MFC Listserv send'" > Subject: CListCtrl functionality in Windows 3.1 > Date: Tue, 28 May 1996 10:57:23 -0400 > Reply-to: mfc-l@netcom.com > Environment: Both Windows 3.1 and Win95 > Using: Both Visula C++ 4.1 amd Visual C++ 1.52c > > Hi > > In the Win95 version of my program, I intend to use CListView/CListCtrl in > order to give the user the power to size the individual columns in the list > control. > My code needs to run in both Windows 3.1 and Windows 95. My boss tells me > that the Windows 3.1 version of Microsoft Mail had the same List > Control-like > functionality as has been implemented in Microsoft Exchange and Microsoft > Visual SourceSafe. > I am aware that List Control is a Windows 95 Common Control, and is built > into the Win95 OS. > Is there any way that I can port this functionality to Windows 3.1. > > Andi >
Andi Giri -- agiri@ctiis.com Friday, June 07, 1996 Dan I am aware that CListCtrl was not available prior to VC++ 4.0, and my client would use only Win 3.1 and Win 95. Basically, I need to add a list box giving the user the power to decide what he wants to see in it, and if possible with reasonable effort(say, 2 weeks), to port it to Win 3.1. >---------- >From: dobrin@itls.com[SMTP:dobrin@itls.com] >Sent: Monday, June 03, 1996 10:12 AM >To: mfc-l@netcom.com >Subject: Re: CListCtrl functionality in Windows 3.1 > >I don't think so. CListCtrl showed in Visual C++ 4.0, which is >designed for 32 bit applications. > >Have you tried a very simple application, using a CListCtrl, and >Win32s ? > >Dan Dobrin >dan.dobrin@itls.com > >> From: Andi Giri>> To: "'MFC Listserv send'" >> Subject: CListCtrl functionality in Windows 3.1 >> Date: Tue, 28 May 1996 10:57:23 -0400 >> Reply-to: mfc-l@netcom.com > >> Environment: Both Windows 3.1 and Win95 >> Using: Both Visula C++ 4.1 amd Visual C++ 1.52c >> >> Hi >> >> In the Win95 version of my program, I intend to use CListView/CListCtrl in >> order to give the user the power to size the individual columns in the list >> control. >> My code needs to run in both Windows 3.1 and Windows 95. My boss tells me >> that the Windows 3.1 version of Microsoft Mail had the same List >> Control-like >> functionality as has been implemented in Microsoft Exchange and Microsoft >> Visual SourceSafe. >> I am aware that List Control is a Windows 95 Common Control, and is built >> into the Win95 OS. >> Is there any way that I can port this functionality to Windows 3.1. >> >> Andi >> >
Kevin McConnell -- kevin@tigger.demon.co.uk Tuesday, June 11, 1996 ------ =_NextPart_000_01BB57E1.D25BA4A0 Content-Type: text/plain; charset="us-ascii"
| Вернуться в корень Архива |