VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Auto Date generation at runtime. This code generate date in dd/MM/yyyy format just after typing in

Ashish Deo  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Wed 14th May 2003   Mon 8th February 2021

Auto Date generation at runtime. This code generate date in dd/MM/yyyy format just after typing in the TextBox.

API Declarations



‘copy this code
‘call the given procedure in Keypress event of related textbox.
‘pass the text box and keyascii as parameters.

Dim i As Integer
Dim t1 As String
Dim t2 As String


Rate Auto Date generation at runtime. This code generate date in dd/MM/yyyy format just after typing in (2(2 Vote))
Auto Date generation at runtime. This code generate date in dd/MM/yyyy format just after typing in .bas

Auto Date generation at runtime. This code generate date in dd/MM/yyyy format just after typing in Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters