Xref: utzoo comp.windows.ms.programmer:3180 comp.lang.pascal:7212 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!mips!swrinde!cs.utexas.edu!asuvax!ukma!psuvax1!psuvm!f0o From: F0O@psuvm.psu.edu Newsgroups: comp.windows.ms.programmer,comp.lang.pascal Subject: Question on method name in TPW Message-ID: <91170.083555F0O@psuvm.psu.edu> Date: 19 Jun 91 12:35:55 GMT Organization: Penn State University Lines: 16 HI! In TPW, in the Windows Programmers Guide, step 6: Automatically re- displaying graphics, I notice they use procedures: TMyWindow.WMLButtonDown TMyWindow.MouseMove TMyWindow.Paint Why isn't the Paint method called WMPaint? That's what the actual Windows message is called. I used a WMPaint method in one of my programs and it worked ok. What's going on here folks? Thanks in Advance [Tim]