Dec 22, 2002 #1 R rosshodges Active member Joined Nov 23, 2002 Messages 28 Can I make a list box so its a single line and not multiple? If not what can I use that does the same job? Ross
Can I make a list box so its a single line and not multiple? If not what can I use that does the same job? Ross
Dec 22, 2002 #2 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 The whole point of a listbox is that it has multiple items in - what are you trying to do, exactly?
Dec 22, 2002 #3 R rosshodges Active member Joined Nov 23, 2002 Messages 28 I am trying to browse for a file then add it to a box of some description but I only want one file to be added.
I am trying to browse for a file then add it to a box of some description but I only want one file to be added.
Dec 22, 2002 #4 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 A TextBox or a Label, maybe? You can change their text via the .Text property.