ActiveX URL Combo Box

By Maninder Gill
E-Mail:-manindergill@rediffmail.com
--------------------------------------------------------------------------------
Introduction
------------
	The URLComboBox is designed to give users the flexibility of using the normal combo box with some extended functionality.  The URLComboBox has all general combo box properties , methods and events and the ability to access internet Browser history. 

Added Properties to ComboBox
----------------------------
1). ExecuteURL 
	The URLComboBox shows the history of your internet Browser same as the Microsoft Internet Explorer. The ExecuteURL Property sets / returns a Boolean value indicating whether the selected will be executed on the press of the Enter Key. This functionality works only when the URLComboBox is in Focus.

2). WebBrowserPath 
	This property sets / returns the path of the Web Browser that will be used for the ExecuteURL  Property. Default value of this property is set to:- c:\program files\Internet explorer/iexplore.exe.

3). WebBrowserWindowState
	This property sets / returns the visual state of the Web Browser window at run time. Values allowed can be seen in the property window.


Added Events
------------

1).BeforeURLExecute
	Occurs before the selected url is executed in the web browser
2). AfterURLExecute
	Occurs After the selected url is executed in the web browser

System Requirements:
--------------------
	
	This URLComboBox Requires Internet Explorer 5 To be loded on the machine. 



Note: The URL Combo Box can not be used in the data bound  mode

----------------------------------------------------------------------------------

This control is only tested on Windows 2000 Prof. Please send in and bugs or  your suggestions and criticisms at:

manindergill@rediffmail.com

