تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
PopupMessage Example
#7
عدل الكود

كود :
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Me.Location = New Point(1, J)
        Timer1.Enabled = True
        Timer1.Interval = 30
        ProgressBar1.Minimum = 0
        ProgressBar1.Maximum = 20
        ProgressBar1.Visible = False
    End Sub

الى

كود :
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim workingRectangle As System.Drawing.Rectangle = Screen.PrimaryScreen.WorkingArea
        J = workingRectangle.Height
        Me.Location = New Point(1, J)
        Timer1.Enabled = True
        Timer1.Interval = 30
        ProgressBar1.Minimum = 0
        ProgressBar1.Maximum = 20
        ProgressBar1.Visible = False
    End Sub

تعديل مشكلة دقة العرض المختلفة
الرد }}}
تم الشكر بواسطة:


الردود في هذا الموضوع
PopupMessage Example - بواسطة Abu Ehab - 27-11-12, 02:03 PM
PopupMessage Example - بواسطة السكر المغرور - 03-12-12, 03:15 AM
PopupMessage Example - بواسطة 3amo - 19-12-12, 01:10 AM
PopupMessage Example - بواسطة almo - 15-03-13, 10:34 PM
PopupMessage Example - بواسطة Abu Ehab - 19-03-13, 01:39 PM
PopupMessage Example - بواسطة Easy 4ever - 19-03-13, 04:08 PM
PopupMessage Example - بواسطة tariq2812 - 19-03-13, 04:20 PM
PopupMessage Example - بواسطة Phenomenon - 27-05-13, 11:04 PM

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


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