Tinshooter
Member
- Joined
- Oct 6, 2011
- Messages
- 6
- Programming Experience
- 1-3
Ok VB Gurus, I have a data grid view with 2 buttons, Start and End. Upon clicking the button, I want to change the button.text with a time stamp. I know how to create a time stamp, but I can't figure out how to change the text from "Start" to say for example "9:21 PM" Can anyone help? I hope I was clear enough.
So far I have:
If e.ColumnIndex <> 1 Then
The code to change the button.text, I am assuming would go here.
Dim tm As System.DateTime
tm = Now
So far I have:
If e.ColumnIndex <> 1 Then
The code to change the button.text, I am assuming would go here.
Dim tm As System.DateTime
tm = Now