Advanced E-learning media player. Record your own media files, Sound or Video. Add a text files with hyperlinks to these files. Explain terms by clicking on links. List of media files. Thumbnails for each file.
Chess club members database. Calculate ratings of players games. Keep record of games played. Prepare and host a tournaments. Using latest FIDE rating formula. Run Royal Chess Ratings.sln. VB.NET 2012
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.
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.
This is a c program. It ask how many sales records you want to enter. The program calculates the sum and finds the average of the sum. Good for C programming beginners. It make use of Array and for loop
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.
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
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
This is a vb.net program written sometime ago by my tutor and I think it will be helpful in completion of project based on calculator project. This is program using VB.NET 2008. 4rm bleeder