Select Case details.KeyCode
Case details.KeyEnter
LabelUp.text=me.text
me.Visible = False
End Select
So, I multiple Label as LabelUp,LabelMiddle, and LabelDown.
How do I double-click on each label, call TextField1, and change the label text based on it?
This can be solved by increasing the number of TextField1 to three.
However, I’m actually using a WebListBox instead of a label. I have a lot of WebListBoxes, so I want to have one TextField.
Thank you Julian!
Your way of doing things seems to work. But when I tried it, I got an error.
I made the TargetLabel property in the Web application, because I can’t choose Label for the Type, and I get the following error when I input Label and execute it.
[quote]WebPage1.TargetLabel Declaration
Can’t find a type with this name
TargetLabel As Label[/quote]
In addition, the following errors appear at the time of execution though the property was chosen when I tried it with the Desktop application.