how can I set the text to bold in the selected item of a listbox. I need it to be like that until another listitem is double clicked.
how can I set the text to bold in the selected item of a listbox. I need it to be like that until another listitem is double clicked.
You can only set all items bold.
To do this
Code:list1.FontBold = True