Calculator in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a calculator in Visual Basic. Design: For this, we want the following; A textbox named 'textbox1' to show the current output. Four buttons for add, subtract, multiply and divide. Ten buttons for the ten digits. One button for the calculate process. Variables: Now we want to create some variable.

List Manipulator in Javascript

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a simple array re-orderer in Javascript. HTML: We are going to have a few HTML elements, here are the details... Textarea, named area, to contain the original list. Button, to reverse the list. Button, to sort the list a-z. Button, to sort the list z-a. Button, to randomise the list.

Multi-Threaded Applications in Visual Basic

Submitted by Yorkiebar on
Introduction: This tutorial is on how to create a multi-threaded application in Visual Basic. Design: There really is no design needed for this application, although if you wanted to, you can add a button. What Is a Thread? A thread is the part of your .NET program which runs everything else, your UI, your functions and your classes. Without a thread, your program would not be able to run. Why Multiple Threads? Once a thread has a lot of processing to do, problems begin to arrise.

CHESS IN QBASIC

Submitted by bleeder on
Student are no more interested in qBasic programing language but I got some interesting program in folder written in qBasic from which good vb.net code can be generate if study well. I don't do the programming stuff again since I b'come a h**ker but i don't want the knowledge to be wasted. thanks 4rm bleeder

Online Ordering System for Unlimited Network of Opportunities Incorporated

Submitted by kurtjurgenvon.lumbao on
Hi guys, this is my Capstone Project during my final defense in USM! We are using PHP and MySQL in building our system but depending on our expertise, this system is not really what you are expecting but I hope it will help you build your system. I will not include the ability of the system here but try to check the database that I have created. Please add me on your fb account Kurt Jurgen VOn D

How to Create a Simple Record Navigation in C#

Submitted by joken on
This tutorial is a continuation of our last topic called “How to Display Selected Row from Datagridview into Textbox using C#”. But this time, I’m going to show you how to create a simple record navigation using C#. This will help the user to navigate through all the record from the database easily.

Sending Email using Gmail SMTP in Swiftmail with PHP

Submitted by ronard on
Hi Sourcecodesterian, I would like to share this code that I used in my current project. This will teach you on how to send email using gmail smtp in swiftmail libraries. I used swiftmail because this is very easy to use and configure. Just follow the comments inside the script of index.php. Please ensure that you have gmail credentials to send message. Thank you for reading hope it will help you