Guest_imported
New member
- Jan 1, 1970
- 0
In my project I can not change the value of my properties on design time. As you can see on the lowercase 'n' in the procedure below.
What could be the possible cause of this weirdness?!
Private Sub Command1_Click()
With Command1
.name = "Hello!"
End With
End Sub
Greetings,
Bart.
What could be the possible cause of this weirdness?!
Private Sub Command1_Click()
With Command1
.name = "Hello!"
End With
End Sub
Greetings,
Bart.