Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~9K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for tim.newport

Ok so I am writing code to a contacts database and as i add new info to the table it is not committing to the table. I have attached my program... idk if you will be able to open it. But I have 2 buttons one adds a new row …

Member Avatar for hercx
0
200
Member Avatar for tim.newport

Ok So I am trying to save text from a textbox to a rtf file. The Saves Text would come from the active mdi Child. However I can not figure out how to Save using active child just calling the actual form name. Below is my code so far. [CODE]Private …

Member Avatar for tim.newport
0
767
Member Avatar for anirudhrudr

[CODE] Private Sub mainForm_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load ' Set the MinDate and MaxDate. dtpYear.MinDate = New DateTime(1753, 1, 1) dtpYear.MaxDate = DateTime.Today dtpYear.Format = DateTimePickerFormat.Custom dtpYear.CustomFormat = "yyyy" dtpYear.Value = Today End Sub [/CODE] Open your form designer and select your date time picker …

Member Avatar for tim.newport
0
8K

The End.