Forum: Visual Basic 4 / 5 / 6 Aug 23rd, 2008 |
| Replies: 28 Views: 6,029 I noticed for your new method you did not have an End Sub and the line of hyphens above the next method header did not have a preceding apostrophe to let VB know it is a comment. I've made those... |
Forum: Visual Basic 4 / 5 / 6 Feb 1st, 2008 |
| Replies: 7 Views: 2,205 Hi,
Rather than use a listbox, I would say use a FileListBox (shown in the toolbox as a piece of paper with lines across).
After you have added that in, go to the FileListBox's properties and... |
Forum: Visual Basic 4 / 5 / 6 Jan 29th, 2008 |
| Replies: 5 Views: 1,198 I understand what you mean, like an autocomplete text field so as you're typing, it will attempt to finish off what you're typing to the nearest match?
I have found something on another site, but... |