CompuServe Thread

#MFC 2.5 and 3d controls

5 messages in this thread
#30622From: Rick ArabianJul 12, 1994 12:17 AM
This may be a stupid question, but I'm gonna ask anyway. I have Visual C++ 1.5 and would like to know how to get those nice 3d controls that I see in newer windows programs. In Boland 4.0 you could activate them using a function call. How do I use them in Visual C++ ? Thanx in advance. Rick Arabian ricka@crl.com
#30630From: Jan VandenboschJul 12, 1994 2:09 AM
Rick, > how to get those nice 3d controls that I see in newer > windows programs by using CTL3D.DLL or CTL3DV2.DLL, they are in the libs somewhere (here or at MSLANG) and on the MSDN CD's, Jan
#30660From: Rick ArabianJul 12, 1994 9:05 AM
Once I have the DLL's then what, how do I tell VC++ about them? I'll get the files from here then maybe my question will be answered, but just in case I though I would ask.
#30667From: Jan VandenboschJul 12, 1994 10:17 AM
Rick, CTL3D comes with the docs so you'll be up and running in no time, Jan
#30662From: Michael Meadows [MVP]Jul 12, 1994 9:28 AM
Rick, >I have Visual C++ 1.5 and would like to know how to get those nice 3d >controls that I see in newer windows programs. Download CTL3D.ZIP from the MSDN Forum, Lib 3. It is also on the MSDN CD. Michael Meadows