home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F40748_modCamera.bas < prev    next >
Encoding:
BASIC Source File  |  2001-10-16  |  718 b   |  17 lines

  1. Attribute VB_Name = "modCamera"
  2. '******************************************************************'
  3. '*                                                                *'
  4. '*                      TurboCAD for Windows                      *'
  5. '*                   Copyright (c) 1993 - 2001                    *'
  6. '*             International Microcomputer Software, Inc.         *'
  7. '*                            (IMSI)                              *'
  8. '*                      All rights reserved.                      *'
  9. '*                                                                *'
  10. '******************************************************************'
  11.  
  12. Sub CameraTest()
  13.  
  14.     frmCamera.Show 0
  15.  
  16. End Sub
  17.