home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / 3dcontrl / readme.3d < prev   
Text File  |  1993-01-08  |  491b  |  14 lines

  1. 'How to use CTL3D.DLL
  2. '
  3. '1. Call GetModuleHandle to get an instance handle for your app--required by all the CTL3D calls
  4. '2. Call Ctl3dRegister and Ctl3dAutoSubClass
  5. '3. Be sure to call Ctl3dUnregister before ending your app
  6.  
  7. 'See Form_Load and Form_Unload procedures for more info
  8.  
  9. 'Paul Bonner
  10. 'CIS: 76000,13
  11.  
  12. If you don't have CTL3D.DLL you can download it from Lib 3 of the MSDNLIB forum. It's in a file called 3-31.ZIP which also contains C source code for using the DLL.
  13.  
  14.