home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / setup / 1204 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.2 KB

  1. Path: sparky!uunet!spool.mu.edu!vms.csd.mu.edu!5916RAHMANK
  2. From: 5916rahmank@vms.csd.mu.edu
  3. Newsgroups: comp.os.ms-windows.setup
  4. Subject: Re: using a mouse in a dos program whie it is a window
  5. Date: Thu, 10 Sep 1992 04:08:49 GMT
  6. Organization: Marquette University - Computer Services
  7. Lines: 38
  8. Message-ID: <0096060C.822C1660@vms.csd.mu.edu>
  9. References: <1992Sep7.181426.137158@ns1.cc.lehigh.edu> <1992Sep7.220048.12029@samba.oit.unc.edu>,<BuAL5w.B7I@animal.gcs.co.nz>
  10. Reply-To: 5916rahmank@vms.csd.mu.edu
  11. NNTP-Posting-Host: vmsa.csd.mu.edu
  12.  
  13. In article <BuAL5w.B7I@animal.gcs.co.nz>, lchiu@animal.gcs.co.nz (Laurence Chiu) writes:
  14. |>In article <1992Sep7.220048.12029@samba.oit.unc.edu> areid@med.unc.edu (Alfred Reid) writes:
  15. |>>CKT0@LEHIGH.EDU writes...
  16. |>>>I have been unable to find info on or figue out how to use my mouse in a dos
  17. |>>>appclation while it is running as a window. I am using windows 3.1 and I have
  18. |>>>hurd this is possible. Dose anyone know how? Help would be apprecated.
  19. |>>
  20. |>>The DOS window must be full-screen *before* starting the application. 
  21. |>>Don't know if this is generally the case but that's how it works with the
  22. |>>three mouse-aware DOS apps that I use under Windows 3.1 (WP 5.1,
  23. |>>DrawPerfect 1.1, and Lotus 123 2.2).  Your mileage may vary.
  24. |>>
  25. |>>-----------------------------------------------------------------------------
  26. |>>Alfred Reid                                                 areid@med.unc.edu
  27. |>
  28. |>Not exactly true. To get the mouse to work in a Window you need two things
  29. |>1.  A mouse driver loaded outside of Windows. There should be one on the
  30. |>Windows disk as mouse.sy_ or mouse.co_. Needs to be expanded.
  31. |>2.  A Win 3.1 compliant video driver. If you're using standard VGA then
  32. |>that would work. If you are using svga on ET4000, Trident, etc. cards then
  33. |>you will need to locate the 3.1 drivers on the various FTP sites. Although
  34. |>3.0 drivers will work, things like mouse in a Window and scalable fonts in
  35. |>a dos windows will not.
  36. |>
  37. |>Laurence Chiu
  38. >
  39.  ---------------------------------------
  40.  
  41.     On the other hand, you can save all the troubles just by
  42.     editing the system.ini file
  43.  
  44.     Locate [386Enh]. Under this section find
  45.         local=CON 
  46.     and change this line to
  47.         local=$PCMOUSE
  48.         Now restart the windows.
  49.  
  50.     -Anis.
  51.