date show
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I need to get the date to show in something such as a textbox or whatever. But everything I try doesn't show the date. I set the textbox to read only and everything. i am using ;
Dim D As Date D = Today TextBox7.Show()
can anyone help me? thanx -
I need to get the date to show in something such as a textbox or whatever. But everything I try doesn't show the date. I set the textbox to read only and everything. i am using ;
Dim D As Date D = Today TextBox7.Show()
can anyone help me? thanxtry - textbox.text = d.tostring()