اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

اريد كود اغلاق الوندوز


همام

الردود الموصى بها

تفضل

[*]Option Compare Database

Const EWX_SHUTDOWN = 1
Const EWX_REBOOT = 2
Const EWX_LOGOFF = 0
Const EWX_FORCE = 4

 Private Declare Function ExitWindowsEx Lib "user32" _
(ByVal uFlags As Long, ByVal dwReserved As Long) As Long

Private Sub ÃãÑ8_Click()
If Me![ãÑÈÚ_ÊÍÑíÑ_æÓÑÏ6] = "ÎÑæÌ ãä ÇáÈÑäÇãÌ" Then
DoCmd.Save
DoCmd.Quit
Else
If Me![ãÑÈÚ_ÊÍÑíÑ_æÓÑÏ6] = "ÇÞÝÇá æäÏæÒ" Then
ExitWindowsEx EWX_SHUTDOWN, 1
Else
If Me![ãÑÈÚ_ÊÍÑíÑ_æÓÑÏ6] = "ÇÚÇÏÉ ÊÔÛíá" Then
ExitWindowsEx EWX_SHUTDOWN, 2
End If
End If
End If
End Sub

تم تعديل بواسطه امير عاطف
رابط هذا التعليق
شارك

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information