download

Simple Online File Archiver with Comment

Submitted by Mr.Niemand03 on
In this tutorial, we will create a Simple Online File Archiver with Comment using PHP. This code can compressed multiple files at the same time and write comments on the archive to mark who is the owner of those files. First thing to do You have to download and install XAMPP or any local server that run PHP scripts. In my case I used XAMPP as my local server, here's the download link for XAMPP

Very Basic Java Fighting Game

Submitted by mjcabalar on
Sharing you the source code of this simple fighting game created in java[eclipse]. You will learn character animation, basic interaction and some AI implementation. If you have some questions just spam me at mark[dot]cabalar[at]yahoo[dot]com. Visit Part 1 and Part 2 for some additional information. Live Demo: https://youtu.be/luaRV3-530U Visit my blog: https://www.freetorials.com Happy coding!!!

How to Download File in a Website using VB.NET

Submitted by donbermoy on
Today, i will teach you how to create a program that can download file in a website using vb.net. This is one of my tutorials here for FTP program in VB.NET. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 and labeled it as "Download".

How to Create a File Downloader in Visual Basic

Submitted by Yorkiebar on
Introduction: Hello and welcome to a tutorial on how to make a single file downloader in Visual Basic. A word of advise; once you understand how this program works I would recommend adding the function to a new thread so the UI doesn't freeze while it is downloading. Steps of Creation: Step 1: First we want to get a direct download link to a file, you can get this by downloading a file then going