VB.NET实现关机和重新启动
                                VB.NET实现关机和重新启动2009-10-0877169BLOGPrivate Declare Function ExitWindowsEx Lib "user32" (ByVal uFlags As Integer, ByVal dwReserved As Integer) As IntegerConst EWX_FORCE As Short = 4Const EWX_LOGOFF As Short = 0Const EWX_RE...