shutdown computer in c#.net 2005
C#
2
Posts
2
Posters
0
Views
1
Watching
-
how shutdown the system in c#.net 2005 how to use the initiatesystemshutdown Function in c#.net 2005
-
how shutdown the system in c#.net 2005 how to use the initiatesystemshutdown Function in c#.net 2005
use dllImport atribute to export the API from user32 or kernel32,check out in API viewer and call the fuction... eg, import like this. [DllImport("kernel32")] private static extern int InitiateSystemShutdown(,,,); nishu