
		*********************************************
				TechProducts 
		*********************************************

		       Resolution Control Ver 1.0

			       Readme First


	The Resolution Control is an ActiveX control which can be 
	enbeded into all your VB applications both on Win 9x  and
	Win NT. It is used to find the current screen  resolution
	and  to  reset  the screen resolution through code in the 
	client application.


	The parameters to find the current resolution.
	----------------------------------------------
	To get the current resolution the user only has to read
	the following two properties :

	Resolution1.Screen_Width &
	Resolution1.Screen_Height

	The user may store these values in a public variable and
	at the time of closing his application he may use these
	to reset the display settings to the original.

	
	The Parameters to reset current resolution.
	-------------------------------------------

	To reset the current resolution the user has to pass valid
	screen  height  and width values to the Resolution control 
	and set the Value property to true.


	Example :

	Private Sub Command1_Click()
	Resolution1.Screen_Width = 800	' The Screen Width
	Resolution1.Screen_Height = 600 ' The Screen Height
	Resolution1.Value = True	' To Effect the Changes
	End Sub	

	* Pls. Note : The Display will change only if the current
	settings are not 800x600  and  will  only happen when the 
	value property is set to true.



	Pricing :
	---------

	The Resolution Control Costs  only  $8 and information on 
	payment can be had by mailing to techproducts@yahoo.com !


	
	Have a nice time !



	A TechProducts Package is guaranteed for Quality !


	For more details mail to : techproducts@techie.com

				---------