Dec 22, 2002 #1 R rosshodges Freshman 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 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England 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 Freshman 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 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England A TextBox or a Label, maybe? You can change their text via the .Text property.