home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 1047 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ames!agate!usenet.ins.cwru.edu!alpha.ces.cwru.edu!turnbull
  3. From: turnbull@ces.cwru.edu (John Turnbull)
  4. Subject: Re: Is it really this bad, or is it just me
  5. Message-ID: <1992Jul28.134522.11108@usenet.ins.cwru.edu>
  6. Sender: news@usenet.ins.cwru.edu
  7. Nntp-Posting-Host: ida.ces.cwru.edu
  8. Organization: Case Western Reserve University
  9. References: <1992Jul28.090409.1@cortex>
  10. Date: Tue, 28 Jul 92 13:45:22 GMT
  11. Lines:       19
  12.  
  13. In article <1992Jul28.090409.1@cortex> mboucher@cortex.prospect.com (Mike Boucher) writes:
  14. >Hey there,
  15. >
  16. >I've been having some screwy scroll bar problems as well, and Microsoft's
  17. >Codeview does the same thing with multiple messages from one click.  It's
  18. >amazingly aggrivating, but, unlike Borland, (flame on) Microsoft doesn't even
  19. >have a phone number to call to find out obout S**T like this (flame off).
  20. >
  21. >It just might be in windows instead of the debugger.
  22. >
  23.  
  24.     I think you'll find the problem is that windows never gets a mouse
  25. up event, so it thinks you're holding down the mouse on the scroll down. I.e.
  26. pressing the mouse button generates the linedown, and you then break, so 
  27. windows never see you releasing the mouse button.
  28.  
  29. John
  30.  
  31.