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 :(
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!!!)