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

[EO]Resizable Window


Kinjiru
 Share

Recommended Posts

Ok so im trying to make the pic sccren adjust its size as the client window, size is adjusted
I would like it to make it to where you see more of the map instead of just zooming in
I go the pic screen to resize with the window but i got a huge problem, its zoomed in so far you can see anything, how do i get it to normal resolution?

Heres a pic

>! http://img204.imageshack.us/img204/8263/helpe.jpg

and heres the code i used added to the game form

```
Private Sub Form_Resize()
picScreen.height = Me.height
picScreen.width = Me.width
End Sub
```
Link to comment
Share on other sites

@Robin:

> Change 'Me.height' to 'Me.ScaleHeight' and 'Me.Width' to 'Me.ScaleWidth'.

Awesome it worked thanks robin

How hard would it be to instead of stretching, to increse the map area displayed like in the stable big client?
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months 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...