V
Vergassivellaunus
Guest
For example i have a numeric updown:
Private Sub NumericUpDown1_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NumericUpDown_xxx.ValueChanged
program lines .............
end
if i want to execute these lines again, how can i call this event?
Continue reading...
Private Sub NumericUpDown1_ValueChanged(sender As System.Object, e As System.EventArgs) Handles NumericUpDown_xxx.ValueChanged
program lines .............
end
if i want to execute these lines again, how can i call this event?
Continue reading...