ok, i've got this so far:
VB Code:
Private Sub Command1_Click() Command2.Enabled = True List1.AddItem Label1.Caption Dim number As Integer number = lable1 If number <= 3 Then MsgBox "You Must Enter 3 Or More Numbers To Make A Call" End If End Sub
basically, a msgbox is meant to pop up when you click the button and less than 3 numbers are in the label. as it stands, the message box appears no matter how many numbers are in the label when you click the button!
can you spot anything i've missed/done wrong?
(sorry for the continuous threads with this particular project, i'm just majorly stuck, i'll try to keep using this same thread for any questions to do with this particular project, so keep checking on it please!!!)
x.




Reply With Quote