Thanks again :) I used your way, it works beautifully.
Benny Im using: Windows XP Professional SP2 Microsoft Visual Basic 2005 (.NET)
Thanks again :) I used your way, it works beautifully.
Benny Im using: Windows XP Professional SP2 Microsoft Visual Basic 2005 (.NET)
Thanks for reply :) I had imported Microsoft.VisualBasic.Compatibility.VB6. but... how to use them?
Benny Im using: Windows XP Professional SP2 Microsoft Visual Basic 2005 (.NET)
benny777ex wrote:
I want to read the selected line with a text box, so I wrote: Display.Text = JobList.Items.Item(LineNumber.Text).ToString there are 2 textboxs: Display.Text, LineNumber.Text and 1 listbox: JobList
hi I have another question, Like I said, I want to read the selected line with textbox. how to highlight the line in the listbox? or is it possible to do some text change, such as make it bold, or add some extra text like: ">>" + the line in the list box + "<<"
in the line in the listbox? Please Help, Thanks
Benny Im using: Windows XP Professional SP2 Microsoft Visual Basic 2005 (.NET)
uhh sorry I was wrong, resolved. Thanks
Benny Im using: Windows XP Professional SP2 Microsoft Visual Basic 2005 (.NET)
Thanks for your respond :) i have another question, I want to read the selected line with a text box, so I wrote: Display.Text = JobList.Items.Item(LineNumber.Text).ToString
there are 2 textboxs: Display.Text, LineNumber.Text and 1 listbox: JobList but an error returned...
Thanks for reply :) just want make something clear, does the order of the item count from the top?? if yes, so the top one is 0, second one is 1, third is 2, fifth is 4?
hi, im new here, say here's a list box with different items: apple 54321 cookie sos101 1111 from above there are 5 lines of items in a listbox, how to do something like reading the number of the line? like text1.text = "read line 3" which the text1 textbox will appear cookie how to do that? Please Help, Thanks. Benny