Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Resize Screen


Golf
 Share

Recommended Posts

Hi everyone I made a small but I think useful tutorial. Allows you to change the size of your screen

**EO 2.0 & 3.0**

**Only Client Side**

Go to **picOptions** and add one label and one **scrollbar**

name it l**blScreen** and **sclScreen**

Now click on **sclScreen** and paste this

> If sclScreen.Value = 0 Then
>
> End If
>
> If sclScreen.Value = 1 Then
>
> lblScreen.Caption = "Bigger"
>
> picScreen.height = 394
>
> picScreen.width = 490
>
> picBank.height = 394
>
> picBank.width = 490
>
> picTrade.height = 394
>
> picTrade.width = 490
>
> End If
>
> If sclScreen.Value = 2 Then
>
> lblScreen.Caption = "Big"
>
> picScreen.height = 404
>
> picScreen.width = 500
>
> picBank.height = 404
>
> picBank.width = 500
>
> picTrade.height = 404
>
> picTrade.width = 500
>
> End If
>
> If sclScreen.Value = 3 Then
>
> lblScreen.Caption = "Biggest"
>
> picScreen.height = 414
>
> picScreen.width = 510
>
> picBank.height = 414
>
> picBank.width = 510
>
> picTrade.height = 414
>
> picTrade.width = 510
>
> End If
>
> If sclScreen.Value = 0 Then
>
> lblScreen.Caption = "Normal"
>
> picScreen.height = 384
>
> picScreen.width = 480
>
> picBank.height = 384
>
> picBank.width = 480
>
> picTrade.height = 384
>
> picTrade.width = 480
>
> End If

Go to **frmMain.Load** and paste this

> sclScreen.Max = 3
>
> sclScreen.Min = 0

And that's all Thanks ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)

Small Tutorial with easy codes
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...