Ver Mensaje Individual
  #2  
Antiguo 21-02-2008
Archer Archer is offline
Miembro
 
Registrado: sep 2005
Ubicación: Valencia
Posts: 28
Reputación: 0
Archer Va por buen camino
Mas informacion ahora en Visual Basic

http://www.recursosvisualbasic.com.a...webbrowser.htm

En el punto 19 (justo antes del 20).

Sigo sin saber como hacer esto en Delphi...

Edito:

Esto de Visual Basic por lo visto es para:
-- ADDRESS BAR AUTOCOMPLETE --

Check out the SHAutoComplete function in shlwapi.dll (more on MSDN). You
have to dynamically load the DLL in case the user doesn't have IE5, but
besides that it works great. The only problem I've run into is not being
able to turn it OFF during an application session after its been turned on
without requiring an app restart.


Y a mi lo que me interesa es:
-- FORM AUTOCOMPLETE --

Between IE5 beta 2 and the final release of IE5, MS turned off form
autocomplete for 3rd party browsers -- it affects all browser control apps
from NetCaptor to Quicken to AOL's browser. See this article for more
details:

link: http://www.news.com/News/Item/0,4,39...st.ne.fd.gif.d

The good news -- MS has turned the feature back on in IE5.01. There are a
couple of new constants that can be used with IDocHostUIHandler, one of
which I listed below.

DOCHOSTUIFLAG_ENABLE_FORMS_AUTOCOMPLETE = 16384;

You need to OR that option into the flags member of the pInfo parameter of
your GetHostInfo implementation to turn it back on.


O sea que sigo igual... que panzada de buscadores me estoy pegando...

Última edición por Archer fecha: 21-02-2008 a las 16:59:05.
Responder Con Cita