Method or data member not found |
Post Reply |
Author | |
Tiny
Newbie Joined: 11 August 2005 Location: Ireland Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 11 August 2005 at 1:37pm |
Hi all, I have just started Vb 6. I'm using the the microsoft Vb 6 professional step by step guide book and I am tackling the first problem, creating a program called Lucky 7. After entering the program code (3 Times!) and running it, I keep getting a compiler error: Method or data member not found. this highlights the word .Caption = beside Label1 As I'm only a beginner I haven't a clue whats wrong! Below is the code I entered Private Sub Command1_Click() I would be grateful of any suggestions Tiny |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
You spelled "Visible" wrong
.... Or (Label3.Caption = 7) Then Image1.Visable = True Beep End If |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |