plz tell me how can I add date box in the vb.net form
gccriaz 0 Newbie Poster
Recommended Answers
Jump to Postyou mean just show date in label?
try this code :Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Label1.Text = System.DateTime.Today.ToLongDateString End Sub
Jump to Posti was received your pm. if this solved, please mark it solved.
All 5 Replies
Jx_Man 987 Nearly a Senior Poster Featured Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
SolTec 0 Junior Poster in Training
fuing 0 Newbie Poster
Netcode 33 Veteran Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.