home *** CD-ROM | disk | FTP | other *** search
/ An Introduction to Progr…l Basic 6.0 (4th Edition) / An Introduction to Programming using Visual Basic 6.0.iso / COMMON / TOOLS / VB / CABINETS / MSDAO350.CAB / icontrols / HTMLControl$MessageForwarder.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-01-08  |  1.0 KB  |  24 lines

  1. package icontrols;
  2.  
  3. import com.ms.wd.app.IMessageFilter;
  4. import com.ms.wd.app.Message;
  5. import com.ms.wd.win32.MSG;
  6.  
  7. public class HTMLControl$MessageForwarder implements IMessageFilter {
  8.    MSG msg;
  9.    // $FF: synthetic field
  10.    final HTMLControl this$0;
  11.  
  12.    public HTMLControl$MessageForwarder(HTMLControl this$0) {
  13.       (this.this$0 = this$0).getClass();
  14.       this.msg = new MSG();
  15.    }
  16.  
  17.    public void postFilterMessage(Message m) {
  18.    }
  19.  
  20.    public boolean preFilterMessage(Message m) {
  21.       return false;
  22.    }
  23. }
  24.