program

C# - Simple Registration And Login Application

Learn on how to create a Simple Registration And Login Application using C#. C# syntax is highly expressive, yet it is also simple and easy to learn. C# is very simplified for the beginners. It is a general-purpose language designed to make all things simpler. It contains several classes that support any C# platforms, like game development. It has a friendly environment for all new developers.

C# - Simple Conversion Application

Learn on how to create a Simple Conversion Application using C#. This application is consist of different functionalities that can be used at some point. C# is a general-purpose, object-oriented programming language. C# automatically manages inaccessible object memory using a garbage collector, which eliminates developer concerns and memory leaks. It has a designed for improving productivity in the development of Web applications. It has a friendly environment for all new developers.

Load Start Up Program in VB.NET

This tutorial will teach you how to create a program that can load all the start up programs in your computer and loads the total number of it using 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.

Network Programming in Java - #8 - Chat System #3 - The Message Packet

Introduction: This tutorial is the eighth in my Java Network Programming using KryoNet series, or third in creating a chat client and server system, in which we are going to be handling sending and receiving messages. Previous: In the previous tutorial we created a client handler for our server to keep track of the connected clients. The System: We are going to give the user a GUI to interact with the system - to send messages and see the currently connected members of the chat. When a client connects, add them to a list. Send incoming messa

PageSwitch - Last Update (01/16/2014) now on GitHub

GITHUB - > https://github.com/Welsen97/PageSwitch PageSwitch is a small program that allows you to display ramdom pages as if it was a projector. In order to use it , you place insert some links , and adjust some settings , and on the click of the green button , the program will continiously load the links ONE by ONE. It's meant to use as dynamic dashboard. One page is displayed , then closes and

Show Lists of Computer Process in VB.NET

In computing, a process is an instance of a computer program that is being executed. It contains the program code and its current activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently. - wikipedia Here in this tutorial, we will create a program that will show processes in the computer. Now, let's start this tutorial! 1.

How to Create a 'What Should I Do?' Program in Visual Basic

Introduction: Welcome to my tutorial on how to create a 'What Should I Do?' program to make decisions for you in Visual Basic. Steps of Creation: Step 1: First we want to create a form with; textbox1 - contain new options to add, button1 - add new option contained in textbox1, button2 - choose which option to do! Lets also create a list of string which will contain our options. We also need a

How to Create a Program to Login to Twitter in Visual Basic

Introduction: Welcome to a tutorial on how to create a simple program to login to Twitter. This bot will not do anything other than login so you must know bot basics to carry on for performing actions. Steps of Creation: Step 1: I have created a simple form with just a button1 which is used for starting the process; Textbox1 to contain the username/email and Textbox2 for the password. You will