home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12498 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.5 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!bogus.sura.net!darwin.sura.net!guvax.acc.georgetown.edu!troberts
  2. From: troberts@guvax.acc.georgetown.edu
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: multiple mouse cursors on my screen!!
  5. Message-ID: <1993Jan26.160108.2140@guvax.acc.georgetown.edu>
  6. Date: 26 Jan 93 16:01:07 -0500
  7. Distribution: world
  8. Organization: Georgetown University
  9. Lines: 21
  10.  
  11. I'm writing a text-editing program in BC++ to take advantage of the 
  12. extended text modes of my video card.  The windowing structures work 
  13. fine in the normal text modes (80x25, 80x43/50), but when I switch to 
  14. the 132 column x 44 row mode, I get sixteen (16) mouse cursors! 
  15. I move the mouse, and sixteen text cursors float all over the screen, 
  16. leaving "garbage" characters behind them.
  17.  
  18. I want to make my application self configuring, so that it would adapt 
  19. itself to the text resolution of the system when the program was 
  20. called.  (So that I (or any one else) could set the resolution to the 
  21. desired width and height at the dos command line and call my program.)
  22.  
  23. Do I need a special video driver to run in extended text mode?  (I 
  24. noticed that the conio.h functions would not show up in the extended 
  25. text mode in some other programs.)  My video card is built into my 
  26. motherboard.  It has a Western Digital chip and 512k video memory.
  27.  
  28.  
  29. Looking forward to any response.
  30. Ted Roberts
  31. troberts@guvax.acc.georgetown.edu
  32.