Programalama > VISUAL BASIC

Etiketler: bilgisayari, kapama, kodu

Ort. 0
Puan ver:
'(sadece win xp için)

Shell "Shutdown.exe -s",vbMaximizeFocus
diğper parametreler
'-r - restart
'-l - logoff
'-f - force logoff

------------------------------------------------------------------------
(win 9x,win 2000)

Private declare function ExitWindowex lib "User32.dll" (byval dwOptions as long,
Byval DwReserved as long)

'adı cmdshutdown olan bit command button ekle

Private sub cmdShutdown_click()

  dim lng as long
  private const EWX_SHUTDOWN as long =1 
  
  lng = ExitWindowsEx(EWX_SHUTDOWN,0) 

End sub



Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.