Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!bionet!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hp-pcd!hpcvlx!bturner From: bturner@hpcvlx.HP.COM (Bill Turner) Newsgroups: comp.windows.ms Subject: Re: PostMessage -- ok in Windows V 2.x ? Message-ID: <106580027@hpcvlx.HP.COM> Date: 25 Feb 89 19:34:06 GMT References: <7355@pyr.gatech.EDU> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 9 > My question: is PostMessage fully functional in Windows 2.x now as well as > SendMessage? The problem is that PostMessage will drop messages if the destination message queue is full; it does let you know when it drops them, though. Since SendMessage doesn't put a message in the queue (it directly invokes the window proc), it doesn't have this problem. --Bill Turner