(30-10-15, 10:07 PM)abadi7455 كتب : الله يجزاك خير ،، سؤال ي استاذ عمر .. هل ممكن ان اضيف طريقة التاريخ في مشروعي بالفجوال بيسك 6وإياك
كفكرة نعم بكل تأكيد
PHP كود :
Option Explicit
Private Sub DTPicker1_Change()
Text1.Text = DTPicker1.Value
End Sub
Private Sub Form_Load()
Text1.Locked = True
Text2.Locked = True
'Text1
DTPicker1.Height = Text1.Height
DTPicker1.Width = Text1.Width
DTPicker1.Top = Text1.Top
DTPicker1.Left = Text1.Left
Rem Text2
MonthView1.Left = Text2.Left
MonthView1.Top = Text2.Top + Text2.Height
End Sub
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
DTPicker1.Visible = False
MonthView1.Visible = False
End Sub
Private Sub MonthView1_DateClick(ByVal DateClicked As Date)
Text2.Text = MonthView1.Value
End Sub
Private Sub Text1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
DTPicker1.Visible = True
End Sub
Private Sub Text2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
MonthView1.Visible = True
End Sub
Dates.zip (الحجم : 1.7 ك ب / التحميلات : 31)
وفقك الله !
(06-11-15, 01:12 PM)الشاكي لله كتب : بارك الله فيك يا ابا عمر
جمعة مباركة ...
الله يبارك ايامك يا طيب
سبحان الله والحمدلله ولا إله إلا الله والله أكبر
اللهم اغْفِرْ لِلمؤمنين والمؤمنات والمسلمين والمسلمات الأحياء منهم والأموات


