setting text for a label

this isn’t working:

msg_Label.Text = “asdasdasdasd”

any suggestions.

[quote=219027:@Shawn Brady]this isn’t working:

msg_Label.Text = “asdasdasdasd”

any suggestions.[/quote]

“isn’t working” does not mean much.

The syntax appears correct. What is the error you get ?

figured it out. I needed to put the code in the keydown action of a certain button. here is the code. I guess you have to specify the window the label is on.

Window_msg.msg_Label.Text = TextField1.text + chr(13) + "Folder created on Features on Apace"
Window_msg.ShowModal

[quote=219037:@Shawn Brady]figured it out. I needed to put the code in the keydown action of a certain button. here is the code. I guess you have to specify the window the label is on.

Window_msg.msg_Label.Text = TextField1.text + chr(13) + "Folder created on Features on Apace"
Window_msg.ShowModal[/quote]

Only if it is a different window