The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: ezme on February 09, 2006, 06:27:51 PM

Title: discuss on web browser control
Post by: ezme on February 09, 2006, 06:27:51 PM
can a program window be created with a child window of web browser?
in MFC or delphi, it doesn't a problem,but in asm,i found it's very difficult :(
Title: Re: discuss on web browser control
Post by: Tedd on February 10, 2006, 12:52:54 PM
If you can find out the name of the class used in the mfc/delphi example, then it should be okay to use the same name for creating your child window (if this class is not a special one provided by mfc/delphi).
You may need to experiment a little (a lot!!!)