silversurfer
Programmer
Hi there!
I am creating my own little search engine for finding files on my computer
It is working fine so far but I have 2 problems:
I display the complete path of the files found in a textbox called results
results = results & searchfolder & "\" & objfile.Name & vbCrLf
but the linebreak comes up as 2 squares and basicly everything is still in one line. If results is used in a msgbox the pathnames are coming up nicely, each in a new line.
So, what's happening in the textbox???
The other thing is that i would like to make the search results links to that pages, but i haven't got a clue how.
Can anybody help and/or point me in the right direction?
Thanks!
I am creating my own little search engine for finding files on my computer
It is working fine so far but I have 2 problems:
I display the complete path of the files found in a textbox called results
results = results & searchfolder & "\" & objfile.Name & vbCrLf
but the linebreak comes up as 2 squares and basicly everything is still in one line. If results is used in a msgbox the pathnames are coming up nicely, each in a new line.
So, what's happening in the textbox???
The other thing is that i would like to make the search results links to that pages, but i haven't got a clue how.
Can anybody help and/or point me in the right direction?
Thanks!