I often find myself in need of a listbox in applications in which I don't use forms. I couldn't find anything on PSC (which would have saved me some time), so I just wrote my own. This is just a ...
Compatibility VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 Public Sub File2ListBox(sFile As String, oList As ListBox) Dim fnum As Integer Dim sTemp As String fnum = FreeFile() oList.Clear ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results