(Mainform)datagridview.cellcontentclick() 'change the datetimepicker to the interview date saved in the bindingsurceInterviewDateDateTimePicker.Value = Me.PositionCompanyBindingSource.somethingsomething <-- end sub() (PositionForm) positionform.load() 'saving the interview date for a position ivDateTimePicker.DataBindings.Add("Text", JobHuntingForm.PositionCompanyBindingSource, "InterviewDate")
end sub()
↧
I'm trying to change the datetimepicker.value based on which cell is clicked in a datagridview
↧