Page 1 of 1

Load URL

Posted: Mon Jun 25, 2018 6:41 pm
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

Re: Load URL

Posted: Mon Jun 25, 2018 6:43 pm
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.