home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / ms / programm / 7367 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.3 KB

  1. Xref: sparky comp.windows.ms.programmer:7367 comp.lang.c++:11575 comp.os.ms-windows.programmer.misc:1022
  2. Path: sparky!uunet!gatech!psuvax1!rutgers!rwja!kuntz
  3. From: kuntz@rwja.umdnj.edu (Ralph Kuntz)
  4. Newsgroups: comp.windows.ms.programmer,comp.lang.c++,comp.os.ms-windows.programmer.misc
  5. Subject: HELP?: "Smart" scrolling in BC++ ObjectWindows
  6. Message-ID: <1475@rwja.umdnj.edu>
  7. Date: 26 Jul 92 18:47:55 GMT
  8. Followup-To: poster
  9. Organization: Robert Wood Johnson Medical School, Piscataway NJ
  10. Lines: 22
  11.  
  12. Hi-
  13.  
  14. I am developing a Windows application using BC++ 3.1 and
  15. ObjectWindows.  I am having some trouble "optimizing" re-painting the
  16. window with TScroller.
  17.  
  18. I have AutoOrg == TRUE, AutoMode = FALSE, AutoTrack = TRUE.  In my
  19. TMyWindow::Paint routine, I can't figure out the "coordinates" of the
  20. rectangle that needs to be repainted.  My window paints a bitmap with
  21. Bitblt(hDC, a, b, c, d, memDC, e, f, SRCCOPY).  What should go into
  22. the arguments a, b, c, d, e, and f?  I know it is a function of
  23. paintInfo.rcPaint.left, ..., and the origin of the client area
  24. viewport.
  25.  
  26. Any help or pointer to an example file that does this?
  27.  
  28.             Thanks, Ralph
  29. -- 
  30. G. Ralph Kuntz
  31. Medical student, UMDNJ - Robert Wood Johnson Medical School, Class of 1994
  32. kuntz@umdnj.edu            (H) 908-463-7170
  33. [Computer scientist for Bell Labs in a former life (before Med. School)].
  34.