process

Choosing the Right Software Development Methodology for Your Project

Submitted by rems on
A software development methodology refers to an approach that guides software development teams in creating applications. These methodologies provide a set of processes, practices, and principles to follow throughout the project's lifecycle. Their main purpose is to ensure that software projects are well planned, executed efficiently, and yield high-quality results. Different methodologies have

Show Running Applications in VB.NET

Submitted by donbermoy on
For the past months, I already made a tutorial regarding on showing all the process of computer with this link http://www.sourcecodester.com/tutorials/visual-basic-net/6763/show-lists-computer-process-vbnet.html. Now, in this tutorial, i will create a program that all your opened computer applications will be displayed. Now, let's start this tutorial! 1.

Show Lists of Computer Process in VB.NET

Submitted by donbermoy on
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.

Games Using C#

Submitted by tamizhventhan on
Games selection using c#.Net A simple project to play the games in win xp. for this purpose we use a class called process in c sharp. Create a form with Picture Boxes Add relevant picture to that picture boxes and double click. Write the code below like this to run the programs first of all define a string and assign the string with the path of the application you want to run.