Visual Basic

Math 4 Kids

Submitted by Buragwis455x on
This is a simple math application I made just for my nephew to make him familiar of 4 basic math operations. This application has a function to generate a random math questionnaire and let the user answer. If the answer is wrong then the system show the correct answer in a nice visual process.

Nikita Media Player

Submitted by nikyts on
Nikita Media Player is a program to play media files . Currently the program has two available languages​​, Portuguese and English, but if anyone wants some more language, just translate one of the files in the "Languages ​​" folder and rename the new file with the new language that the program will translate it automatically. The user can also customize the color used by the program . It is

Geographic Information System (GIS) in Flood Prone and Disease Affected Areas

Submitted by donbermoy on
This Geographic Information System (GIS) in Flood Prone and Disease Affected Areas is a capstone project/thesis system that I've made for a particular school. Features of the system are: - GIS - Map Viewing - Flood Monitoring - Disease Affected Areas Monitoring such as Dengue, Malaria, and Measles - Has Zoom, Panning Mode, and Quick Toolbar for the Map - Search Baranggay - User Settinga - Report -

How to Create a Proxy Grabber/Scraper in Visual Basic

Submitted by GeePee on
Introduction: Welcome to my tutorial on how to create a proxy ip:port grabber. Steps of Creation: Step 1: First create a form with one button, this will allow the user to select a save location and begin the process. We also want to import a few things and create a global string of the link in which we want to extract the proxy information from...

How to Create a Web Browser in Visual Basic

Submitted by GeePee on
Introduction: Welcome to my tutorial on how to create a web browser in Visual Basic. Steps of Creation: Step 1: First we want to create a form with; Button1 - Go button2 - home button3 - back button4 - forward textbox1 - address/url webbrowser1 - web browser Step 2: Next we want to go in the Go button and check if the url is valid, if it is we want to navigate to it through the web browser.