Games Using C#
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.
- Read more about Games Using C#
- Log in or register to post comments
- 157 views
Next, add five labels,and name the label1 as “lblcurtime” and label2 as “lblstatus” then,set the text property of the other label as “Current Time”, “Alarm Time” and “Message”.
To do this, we need to add three buttons and change their Text property into “Shutdown”,”Restart” and “Log Off”.