c# - Restarting a Thread after returning to a Window in wpf -


i'm building point , click game in wpf, when exit room changes windows @ moment, problem is, when return room exited movement thread won't resume.

my question is, after hiding window , using .show() on window how restart thread ensure runs?

you should try using thread.pause() , thread.resume() when show window.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -