Quote:
|
insert the current date and time into a richtextbox
|
Code:
Me.RichTextBox1.SelectedText = Date.Now.ToString
Quote:
|
Dialog Box Show up when the user wants to select the custom display settings of the Date/Time Format.....
|
Add a new Dialog form to your project and arrange your UI for date/time format settings.