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

Description of Classes with image


totidarmala
 Share

Recommended Posts

hola everybody, can you help me please for adding Classes Description Logo.

this tutor to add Description with Label : [http://www.eclipseorigins.com/community/index.php?/topic/132816-tutorial-description-of-classes/](http://www.eclipseorigins.com/community/index.php?/topic/132816-tutorial-description-of-classes/)

```
frmMenu.lblClassInfo.Visible = True

If newCharClass = 0 Then
frmMenu.lblClassInfo.Caption = "The Warrior is blah blah blah"
ElseIf newCharClass = 1 Then
frmMenu.lblClassInfo.Caption = "The Wizard is blah blah blah"
Else
frmMenu.lblClassInfo.Caption = "Class without information"
End If

```
and i try to edit it to : 

```
frmMenu.PictClasslogo.Visible = True

If newCharClass = 0 Then
frmMenu.PictClasslogo.Cls
ElseIf newCharClass = 1 Then
frmMenu.PictClasslogo.Cls
Else
frmMenu.PictClasslogo.Cls
End If

```
the image not changed if i change the job, help me please

sorry for my bad english
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...