التنبيهات التالية ظهرت :
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 864 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 864 errorHandler->error



تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
عمل خلفية للـMsgBox , والتركيز عليها
#1
اضف الكود التالي في 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.2
       Background.TopMost = True
       Background.Show()
       Dim x As New MsgBoxResult
       x = MsgBox(Prompt, Buttons, Title)
       Background.Close()
       Return x
   End Function


اطلبه عن طريق Msgbox2  Cool
الرد }}}


الردود في هذا الموضوع
عمل خلفية للـMsgBox , والتركيز عليها - بواسطة HASAN6.0 - 09-11-15, 01:31 PM


التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم