Hi there!

I have a label called 'Label1' on a form called 'Deck1Form' and I have another form called 'PlaylistForm' on this form I have a listbox with some data. I want to change 'Label1' on form 'Deck1Form' to the value that is currently selected,

I've tried:

Code:
Deck1Form.Label1.Text = Playlist.SelectedItem
But this doesn't want to work,

Hope you can help!

MrGeeza