Hi, I'm implementing a APP application in Delphi language. So it's running fine, but the application is MDI and for one function I need to know the webbrowser instance who called the url. So how can I get this information ? If it's possible to obtain it of course :) Thanks, Yanos
"Yanos El Guerilleros" wrote in message news:OTrm2D6XFHA.2124@TK2MSFTNGP14.phx.gbl > I'm implementing a APP application in Delphi language. So it's running > fine, but the application is MDI and for one function I need to know > the webbrowser instance who called the url. See if this helps: http://groups-beta.google.com/group/microsoft.public.inetsdk.programming.urlmonikers/browse_frm/thread/4b62d4706e5ec65d/6a982e311c15e02e -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
> See if this helps: > > http://groups-beta.google.com/group/microsoft.public.inetsdk.programming.urlmonikers/browse_frm/thread/4b62d4706e5ec65d/6a982e311c15e02e > Hi, Yes, I can retreive my component from the handle, it's work very fine. Thanks very much, Yanos