Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
i want to do the following on windows.
if system goes to sleep or hibrante mode then make a text file
Is there any Qt specific api ? if no.what are other solutions?
Thanks in advance.
Hi,
AFAIK, not currently.
You'll have to use Window's APIs for that
Hi.
SGaist is right there is no Qt specific API.
use WM_POWERBROADCAST a window specific message.
Find out it on MSDN.
Have a nice day.
Hello Sumit.
Many -2 thanks.it looks promising.
I successfully did.
yeah all right.
Please edit thread title as {SOLVED} Thanks.