View Single Post
  #2 (permalink)  
Old 10-05-2008, 12:12 PM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,302
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

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.
__________________
Reply With Quote