65.9K
CodeProject is changing. Read more.
Home

Using this component user can maxmize or minimize window size

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.37/5 (12 votes)

Sep 18, 2006

viewsIcon

57744

downloadIcon

163

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