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

HOW DO I USE A CUSTOM GUI!?


colby250
 Share

Recommended Posts

hey peepz, im a mking an mmorpg wiht eclipse… and i need to know, how do i use the custom GUI's that i make/downloaded? ive edited the stock ones, then deleted the origonals, and all i get is "runtime error blablabla
invalid picture"

whut do i do wit dis?
Link to comment
Share on other sites

This is how it is. To make custom GUI you change the image and all but it has to be the same dimensions and the buttons in the same place as the default. If you want to change the dimensions and/or the buttons place you have to edit the source(located in the announcements section) with a program called Visual Basic 6.

Hope you understand, Jna
Link to comment
Share on other sites

@The:

> yeah. THey have to be .bmp.
>
> and to change them around you need vb6.

aye , first problem i ever had with eclipse… silly me looked at the source
and saw...
```
For i = 1 To 4
        If i = 1 Then Ending = ".gif"
        If i = 2 Then Ending = ".jpg"
        If i = 3 Then Ending = ".png"
        If i = 4 Then Ending = ".bmp"
```
and just assumed I could load PNG's just like normal…. (playes with VB.NET too long... you do forget about the old restrictions :)
Link to comment
Share on other sites

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...