Click here to Skip to main content
15,867,963 members
Articles / Programming Languages / Visual Basic
Article

Using this component user can maxmize or minimize window size

Rate me:
Please Sign up or sign in to vote.
1.37/5 (14 votes)
18 Sep 2006 56.7K   163   12   10
Use Zoom Feature in VB 6.0 Form

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.

First Screen with 80%

After zooming 120%

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

 

License

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


Written By
Technical Lead
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralSource Code Pin
jmh55518-Oct-06 7:53
jmh55518-Oct-06 7:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.