- Home
·
- Graphics
·
- Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar
Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar
Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar
Rate Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar
(1(1 Vote))
' showInTask to false
' movable to false
'add a timer, and Interval should be 1000.
Private Sub Form_Load()
Form1.Caption = "..............." & Now & "................"
End Sub
Private Sub Timer1_Timer()
Form1.Caption = "..............." & Now & "................."
End Sub
Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar Comments
No comments yet — be the first to post one!
Post a Comment