Trouble with Listbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am a VB6 programmer trying to make the transition to .NET. I am working on
my first .NET program. I have a form with several buttons and listbox. I
can fill the listbox, and I finally figured out how to get the selected text
from the listbox, but I still have a big problem that I have no idea as to
how to fix it. Whenever I select something in the list box, the buttons will
not work. If I use the default selection, and never click the listbox, the
buttons work. What have I done wrong?
 
Never mind. I fixed it myself. I changed the Selected Value to "None", and
it started working.
 
Back
Top