Advertisement
2002ASP Windows API Call/ Explanation #6124

VB code with Window Network API

With this code your can Shutdown any Workstation connected on LAN (Local Area Network) od Windows NT/2000. This code is very usefull for LAN applications. It will give an good idea to communicate with other worstations.

AI

ملخص الذكاء الاصطناعي: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

كود المصدر
original-source
Private Sub Command1_Click()
  Dim a
  a = InitiateSystemShutdown(Trim(Text1.Text), "Hello", 0, 0, 1)
  MsgBox "Shutdown Completed"
End Sub
التعليقات الأصلية (3)
مسترجع من Wayback Machine