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

PictureBox Problem - Editing the Source


Soljah
 Share

Recommended Posts

Hey Coders,

I've been trying to work out what is wrong with this, but i'm unable to locate why my problem is occurring.

I have made a picture box to display 'extra' features that i'm adding into The In-game menu, however, when it comes to show it when I log into the game, it shows only the picturebox that holds the other box's…

Here's an image.

![](http://img232.imageshack.us/img232/5165/problemdx6.png)

The box on the right is what is showing up, but I want the one on the Left to show…

The Properties.
![](http://img130.imageshack.us/img130/6579/propertiesqs0.png)

Is there anything I need to change?

Oh, and the Code that I've written for when I click on the label to open this menu is…

```
Private Sub lblExtras_Click()
    picInv3.Visible = False
    Extras.Visible = True
    Picture1.Visible = False
    frmMirage.picGuildAdmin.Visible = False
    picPlayerSpells.Visible = False
    picWhosOnline.Visible = False
    frmMirage.piccharstats.Visible = False
End Sub
```
Oh, And this menu by the way is not in a different form, It is inbuilt into frmMirage.

Hope i'm correct as I have it… But If im not, help would be great, Thanks.
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...