VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar

by Vasu (1 Submission)
Category: Graphics
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sat 11th February 2006
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



' 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

Download this snippet    Add to My Saved Code

Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar Comments

No comments have been posted about Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar. Why not be the first to post a comment about Display time and time on titlebar, and the form is not movable,it will not be shown on taskbar.

Post your comment

Subject:
Message:
0/1000 characters