Hi
I'm using SystemEvents to indicate to my app that the system is entering/resuming to/from standy mode. When the system resumes, I do not appear to immediately have the network available and my app fails because it is trying to make use of network connections.
Is there any way of telling that the operating system has 'resumed' (and network is available), rather than it is about to resume (via PowerModeChanged event)?
Thanks
Jon