Click here to Skip to main content
15,900,816 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to make a PAUSE and RESUME Button in my game. As the System.Suspend(); and System.Resume(); not working..... Can please help me with something similar.....
Posted

1 solution

You can try to use threading..

The link below shows how to pause a file copying thread.. it maybe helpful as a starting point

An example
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900