home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / dv_x / dvxhlp10.zip / EXAMPLE.ZIP / Q3.TXT < prev    next >
Text File  |  1992-05-30  |  1KB  |  36 lines

  1. /FHQ3:  What types of programs can DESQview run?/FB
  2.  
  3.  
  4.  
  5. There are three types of DESQview programs: DESQview-oblivious programs,
  6. DESQview-aware programs, and DESQview-specific programs.
  7.  
  8.  
  9.  
  10. According to the DESQview manual, DESQview-oblivious programs are those
  11. which are ``written without any consideration for DESQview''.  These
  12. include standard DOS programs like word processors and spreadsheets.
  13.  
  14.  
  15.  
  16. Some standard DOS programs have the ability to detect the presence of
  17. DESQview.  These programs are considered DESQview-aware.  The advantage
  18. of DESQview-aware programs is better system performance, because
  19. DESQview does not have to make conservative assumptions about the
  20. program.  A DESQview-aware program gives up the CPU when it doesn't need
  21. it, and if it writes directly to the screen it instead writes to a
  22. DESQview-provided video buffer so it can run in a small window /JB(see Q23)/q23.txt/.  If you'd like to make your program DESQview-aware, there is code
  23. provided in Appendix J of the DESQview manual.
  24.  
  25.  
  26.  
  27. DESQview-specific programs can only be run while DESQview is active.
  28. These programs use the window management, interprocess communication and
  29. other services that are built into DESQview (called the DESQview
  30. Applications Program Interface (API)).
  31.  
  32.  
  33.  
  34. DESQview will multitask all programs, regardless of type.
  35.  
  36.