tjbradford
Technical User
Hi all,
I have done some programming with vb6 but i'm struggling to get an app to work as required, i read up that the .net framework might solve this but im abit stuck
i have created an app that will show the systems idle time "no user interaction" run as a system service.
great , but
the only way i can see to hibernate the PC is to run the following command
Application.SetSuspendState(PowerState.Hibernate, true, true);
but this is i believe c sharp ?
and the service i created was in vb - i'm abit lost with all these other languages
how can i overcome this can i convert one or something ?