home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / source / Chap17 / ReadMe.1st < prev    next >
Encoding:
Text File  |  1996-10-24  |  682 b   |  8 lines

  1. You can build pieces of an application using AppWizard, then add them to an existing plug-in template such as npSimp32.dll. This example contains an MFC application which puts up a dialog bix as part of CCh17App::InitInstance().
  2. To include this code in a plug-in, include CCh17Dialog (and its associated resource, IDD_DIALOG1) in the plug-in template, then call DoModal and the associated code from the plug-in. That code is currently in CCh17App::InitInstance(); you can put it in the plug-in in NPP_SetWindow() or, better still, attach it to a control.
  3.  
  4. Enjoy. If you have any questions or comments, please contact me at morganm@mail.dse.com.
  5.  
  6. Warmest regards,
  7.  
  8. Mike Morgan