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

(EO) Guild menu *UPDATE*


tslusny
 Share

Recommended Posts

@Erwin:

> Its a step by step explainment of how to add a picturebox in VB6, what more do you want?
> And with 'Google is your friend' I meant that you can just Google 'how to add a picturebox in VB6' and find thousand tutorials about it.
>
> Anyway, do what Deathbeam said and add in the picGuild from the attached rar.

I did look
Link to comment
Share on other sites

  • Replies 99
  • Created
  • Last Reply

Top Posters In This Topic

@Lenn:

> You need to add the -picturebox control-, not the GUI file. -.-

You meen this```
    UpdateGuildData
            If Not picGuild.visible Then
                ' show the window
                picCharacter.visible = False
                picInventory.visible = False
                picSpells.visible = False
                picOptions.visible = False
                picGuild.visible = True
                picParty.visible = False
                ' play sound
                PlaySound Sound_ButtonClick
            Else
                picGuild.visible = False
            End If
```cause if yes I did add to button tell me if you want screenshots so I can show yall
And I did add the files. so please help im newb so be patient
Link to comment
Share on other sites

@DarkBeast:

> Look now this is showing what is wrong be patient please

@Deathbeam:

> CLIENT SIDE
>
> Download attachments and copy from Guild Menu.frm picGuild with everything in it to your frmMain.
> Now add Guild.jpg to \data files\graphics\gui\main

:)
Link to comment
Share on other sites

  • 2 weeks later...
@FinalRiku:

> ```
> .lblGuildCDesc
> ```
> to
>
> ```
> '.lblGuildCDesc
> ```

Its not necessary, just create a label on picGuild with the same name! and with the size you want, its just to say for who is wanting to create a guild that you need 5000 Amethysts to do that!
I did this way and got it working :) btw very extremely nice system! i'm using it on my project! Cya mate and thanks for that! it should work after you do it :)
Link to comment
Share on other sites

  • 3 weeks later...
Trying to add this, but I'm getting an error when making the client. I've double checked everything and can't find the error. I apologize if this is some really obvious thing, I'm pretty new to VB6\. :/

Basically for some reason it's highlighting "lstGuildMembers", and saying "Variable not defined" (For those of you who for some reason can't see the picture). I'm really unsure where this "lstGuildMembers" is defined at, because I'm not seeing it anywhere in this tutorial, or at all in the original guild tutorial.

Any ideas?
Link to comment
Share on other sites

@Deathbeam:

> Download attachments and copy from Guild Menu.frm picGuild with everything in it to your frmMain.
> Now add Guild.jpg to \data files\graphics\gui\main

Ah! Thank you! :3 I didn't realize I actually had to copy the "Guild Menu.frm" over.
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...