Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Autocomplete on axWebbrowser
 

Autocomplete on axWebbrowser

Hi,

Does anyone know how to turn on autocomplete for the axWebbrowser control?

Thanks.

Needmoreberformewallaby  Wednesday, November 26, 2008 2:02 PM
turn on the DOCHOSTUIFLAG_ENABLE_FORMS_AUTOCOMPLETE flag in your IDocHostUIHandler::GetHostInfo implementation.
Due to a bug in .Net's WebBrowser class, you can not customize its
IDocHostUIHandler implementation. You need to use the Microsoft Web Browser ActiveX by yourself and implement this interface on its control site.

Also worth mentioning is that the this has nothing to do with Windows Form Designer, the topic of this forum.
Sheng Jiang 蒋晟  Wednesday, November 26, 2008 6:13 PM
turn on the DOCHOSTUIFLAG_ENABLE_FORMS_AUTOCOMPLETE flag in your IDocHostUIHandler::GetHostInfo implementation.
Due to a bug in .Net's WebBrowser class, you can not customize its
IDocHostUIHandler implementation. You need to use the Microsoft Web Browser ActiveX by yourself and implement this interface on its control site.

Also worth mentioning is that the this has nothing to do with Windows Form Designer, the topic of this forum.
Sheng Jiang 蒋晟  Wednesday, November 26, 2008 6:13 PM

Thank you,

Sorry about that, wasnt sure where this would fit in.

Needmoreberformewallaby  Wednesday, November 26, 2008 8:12 PM

You can use google to search for other answers

Custom Search

More Threads

• ShowGrid and UseSnapLines
• What Design-Time Service puts the default Text value for components???
• How do I pop up/show a form at the mouse coordinates - like a context menu?
• How to SET the client rectangle of a windows Form?
• Tabbing into and out of NumericUpDown controls
• Default Properties
• Form designer does not handle Generic List properties of custom controls... ???
• Remove the icon from the system tray programmatically
• DataViewGrid bug? (keeps auto-generating columns)
• ToolStrip Disappears