Posts by Diego Castro • 56 points
2 posts
- 
		0 votes1 answer111 viewsA: How to determine the time at which a background task will be performedIt is not possible to determine a specific time for a background task to be executed. You can use a timer Rigger to specify the time interval between background task executions, respecting the… 
- 
		4 votes1 answer444 viewsA: Get the pressed key with minimized application or without focus c#I don’t think there’s an easy way to do this, but this (using windows message to implement Global System Hook in C #) can help. I added the code below _GlobalHooks.Keyboard.KeyboardEvent += (w, l)… c#answered Diego Castro 56