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:
But this doesn't want to work,Code:Deck1Form.Label1.Text = Playlist.SelectedItem
Hope you can help!
MrGeeza![]()




Reply With Quote