Load URL

Applications written for Just BASIC in languages other than Just BASIC
Post Reply
NTech
Posts: 33
Joined: Mon May 01, 2017 7:29 pm
Location: USA

Load URL

Post by NTech »

Finally, JB can download a file from the internet! This can pave the way for a JB web browser, with all the rendering done by JB; this can also support ads in your application downloaded from your site. This requires .NET framework 2.0 and up. At 5.0 kb, it won't clutter anything up.

:arrow: Please report any troubles or bugs.

Usage:

Code: Select all

run "downloadUrl.exe http://justbasic.com/justbasictitle.jpg jblogo.jpg" 'Downloads JB's logo from their website and saves it.
                                                                                                              'This can download ANY file.
end
Attachments
downloadUrl.zip
distribution - everything you need
(3.33 KiB) Downloaded 254 times
8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8)
NTech
Posts: 33
Joined: Mon May 01, 2017 7:29 pm
Location: USA

Re: Load URL

Post by NTech »

This is the source code for loadURL, written in C#. Use the most recent version of Visual Studio for the best experience.

:?: What is needed to compile this
:idea: Visual Studio and .NET 2.0+

:?: Build instructions
:idea: Load loadUrl.sln in Visual Studio and hit F5.
Attachments
src.zip
the source code - c#
(2.82 KiB) Downloaded 250 times
8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8) 8)
Post Reply