Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!unmvax!uokmax!gene From: gene@uokmax.uucp (Gene E. Johannsen) Newsgroups: comp.os.msdos.programmer Subject: Re: Programming the Mouse Message-ID: <1990Aug2.174005.18724@uokmax.uucp> Date: 2 Aug 90 17:40:05 GMT References: <34725@ut-emx.UUCP> <1990Jul31.193800.18227@uokmax.uucp> <1990Aug2.140351.4185@watserv1.waterloo.edu> Organization: Engineering Computer Network, University of Oklahoma, Norman, OK Lines: 13 Thank you all for responding and telling me the problem with my program (DOS is not re-entrant). Now I have some questions: 1) I wrote a program to put an '*' on the screen where I had my cursor. I did the standard conversion, ie. row*80+column, but then found that I had to divide this value by 4. Why? 2) I am now trying to program the mouse using graphics. If someone could direct me to a good source for Mouse and/or VGA graphics information I would be grateful. thanks Gene