Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Listbox items text and text boxes?
#3
The code you are using should work fine but just in case try with the code below:

[code2=vbnet]TextBox1.Text = KryptonListBox1.SelectedItems.Item(0).ToString[/code2]

Try using break points and trace the error because the problem is not with the code you're using. Also try to use a try/catch block and see if that corects the problem by ignoring it.

For further help please provide more info like what kind off error it is , where exactly are you using the code and so on..
Sssssssssoftware developer...


Messages In This Thread
Listbox items text and text boxes? - by Derek275 - 11-20-2012, 06:05 PM
Re: Listbox items text and text boxes? - by Snake_eyes - 11-21-2012, 09:53 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Text to Speech Vinwarez 2 10,894 03-13-2012, 10:56 PM
Last Post: Vinwarez
  Files in a listbox Hurricane 4 18,124 02-27-2012, 03:32 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)