اذهب الي المحتوي
أوفيسنا

MsgBox بطريقة رائعة


SEMO.Pa3x

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

السلام عليكم,, اضف الكود في Module

 

    Public Function MsgBox2(ByVal Prompt As Object, Optional ByVal Buttons As MsgBoxStyle = MsgBoxStyle.OkOnly, Optional ByVal Title As Object = Nothing) As MsgBoxResult
        Dim Background As New Form
        Background.FormBorderStyle = FormBorderStyle.None
        Background.WindowState = FormWindowState.Maximized
        Background.ShowInTaskbar = False
        Background.BackColor = Color.Black
        Background.Opacity = 0.6
        Background.TopMost = True
        Background.Show()
        Dim x As New MsgBoxResult
        x = MsgBox(Prompt, Buttons, Title)
        Background.Close()
        Return x
    End Function

 

الاستدعاء , اكتب مثلا في الزر

 

MsgBox2("Hello World !", MsgBoxStyle.Critical, "ERROR")

 

الحقوق لصاحبها HASAN6.0

  • Like 3
رابط هذا التعليق
شارك

  • 1 month later...
في ١١‏/٤‏/٢٠١٩ at 07:41, SEMO.Pa3x said:

السلام عليكم,, اضف الكود في Module

 


    Public Function MsgBox2(ByVal Prompt As Object, Optional ByVal Buttons As MsgBoxStyle = MsgBoxStyle.OkOnly, Optional ByVal Title As Object = Nothing) As MsgBoxResult
        Dim Background As New Form
        Background.FormBorderStyle = FormBorderStyle.None
        Background.WindowState = FormWindowState.Maximized
        Background.ShowInTaskbar = False
        Background.BackColor = Color.Black
        Background.Opacity = 0.6
        Background.TopMost = True
        Background.Show()
        Dim x As New MsgBoxResult
        x = MsgBox(Prompt, Buttons, Title)
        Background.Close()
        Return x
    End Function

 

الاستدعاء , اكتب مثلا في الزر

 


MsgBox2("Hello World !", MsgBoxStyle.Critical, "ERROR")

 

الحقوق لصاحبها HASAN6.0

اذا تكرمت ضع الكود في مثال صغير وارفعه لكي يسهل علينا عملية التطبيق

رابط هذا التعليق
شارك

  • 1 month later...

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.

×
×
  • اضف...

Important Information