No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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 … | |
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 … | |
Re: [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 … |
The End.