Introduction
This component is used for zoom in or zoom out feature. Normally no zoom control / component shiped with visual studio 6.0. In this article you will find application as well as component. Feel free to communicate with me. Please share your views with me for imroving the functionality of this control/component.


1. Zip file is selt expalnatory.
2. Add reference of dll.
3. Place code like
Dim objZommer As New Zoom
Private Sub Combo1_Click()
objZommer.Zoom Combo1, Me
End Sub
Private Sub Form_Load()
objZommer.LoadData Combo1
objZommer.LastIndex = 2
End Sub
Thanks
This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.
A list of licenses authors might use can be found here