Can anyone help me please.
I have the following code in
t Code:
Private Sub Form_Load() FileName = App.Path & "/urls.txt" Dim Favs Open FileName For Input As #1 Do While Not EOF(1) Line Input #1, Favs List1.AddItem Favs Loop Close #1 End Sub
All the urls that are saved in to urls.txt are displayed on the listbox how do i get it so when someone clickson the url it then takes them to that page on my web browser its going to be like favs soon can anyone help please.




Reply With Quote