home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #1 / Image.iso / cdd / winanw2 / dxtime / dxtime.doc < prev    next >
Text File  |  1993-08-09  |  4KB  |  96 lines

  1.                   DX TIME
  2.                    (Version 1.0)
  3.                    
  4.  
  5.  
  6.  
  7.  
  8.  
  9.   Overview -
  10.     
  11.     This program will give you the current time in time zones
  12.   around the world.  It will also tell you if it's morning or 
  13.   evening and show the proper date.  If you've been following
  14.   current events and wondered what time it was in Baghdad, or 
  15.   maybe you were thinking about calling that mail order house in
  16.   New York, or a relative in Chicago, or your office in Tokyo, 
  17.   or if you listen to the BBC out of London, or if you have any
  18.   other reason to know the time in another part of the world,
  19.   then this program is for you.
  20.  
  21.  
  22.  
  23.  
  24.   Installation -
  25.  
  26.     You will need to copy DXTIME.EXE and DXTIME.DAT to the
  27.   Windows directory on your hard disk.  DX Time is written with
  28.   Visual Basic version 2.0 and will require that you have a copy
  29.   of VBRUN200.DLL in your Windows system directory. VBRUN200.DLL
  30.   is available on Compuserve and should also be on your local
  31.   computer bulletin board.  After the necessary files have been
  32.   installed you can use the new program option in Program Managers
  33.   file menu to display an icon.  
  34.  
  35.  
  36.  
  37.  
  38.   Basic Setup -
  39.  
  40.     When DX Time is running you will see a window with six
  41.   clocks and the current computer clock time displayed in the title
  42.   bar. Clicking on any of the clocks will open a second window.  
  43.   At the bottom of the second window is a button labeled "Configure".
  44.   Press the "Configure" button.  
  45.  
  46.     After the configuration window is open select a city in your
  47.   time zone from the list of cities.  If you can't find a city in your
  48.   time zone you can edit the location box and the two time offset
  49.   boxes to match your local time zone.
  50.     
  51.     Now select "Save Configuration" from the configuration window.
  52.   The selected city should now appear in the title bar of the clock
  53.   window.  If you would like for your own city to appear on the title
  54.   bar you can edit the location box and press "Save Configuration".
  55.       
  56.         You will also have to set for daylight savings time (summer
  57.   time) or standard time by using the button on the bottom left of the
  58.   cities window.  The tile bar should now show a city in your time
  59.   zone and the correct local time. Close the configuration window.
  60.   DX Time will save your location so you won't have to enter it again,
  61.   unless you move to a different time zone.
  62.  
  63.     Once you've got DX Time properly configured for your location
  64.   you can instantly change any of the clocks by clicking on the clock
  65.   of your choice and then selecting a city from the options window.
  66.     
  67.     It is also possible to change the clock label without changing
  68.   the time.  If you live in, say, Florida you can select New York to
  69.   get the proper time zone and then edit the location box to read 
  70.   "Miami" or "Disney World" or "Eastern Time".  When you close the
  71.   cities window the new label will be saved as the name for that clock. 
  72.  
  73.      
  74.  
  75.  
  76.   Advanced Use -
  77.  
  78.     DX Time uses a data file called DXTIME.DAT.  This is a 
  79.   standard ASCII file and can be edited with any text editor.  If you
  80.   do edit the data file you must save it in ASCII (plain text) format.  
  81.   Before you start messing around with the data file it would be a 
  82.   good idea to make a back up copy.  Do not add any quotation marks 
  83.   or commas.
  84.  
  85.     The data file consists of sixty lines. The first line is the
  86.   local time zone. The next 50 lines are the locations listed on the
  87.   cities menu.  The last two numbers on each line are the standard
  88.   and daylight savings hours offset from GMT (Greenwich Mean Time). 
  89.   If you edit these lines you must be very careful that the offsets 
  90.   are correct.  The accuracy of the program is up to you. The next 
  91.   six lines hold the information for the six clocks and are changed 
  92.   each time a new time zone is selected.  The last three lines are 
  93.   used to hold configuration information and are probably best left 
  94.   alone.   
  95.        
  96.