
April 23rd, 2003, 08:47 AM
|
|
Junior Member
|
|
Join Date: Apr 2003
Location: UK
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
VB6: Downloading file into string
A program I am making in Visual Basic 6 uses the Microsoft Internet Transfer Control to download a file like this:
Title[TAB]Description[TAB]Size[TAB]Author[END LINE]Title 2[TAB]Description 2[TAB]Size 2[TAB]Author 2
In use, it would look a bit like this:
SkiFree SkiFree is an old game from Microsoft Released in 1991 31kb Microsoft
WelcomeMsg Example zip file 128bytes Totally
I've got the code that splits up the lines and the tabs mastered already. The only problem is, the downloaded file doesn't have end lines, but just little boxes. The file it is downloading is being generated by PHP on a Linux Server.
Is there anyway to overcome this problem? I would be very greatful to any help.
Thanks, Totally.
|