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
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
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.
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