User Profile
Collapse
-
Any help would be appreciated!! -
-
-
Dataview Filter
I am try to filter the DataGrid based on user input. I have a text box and a combo box. One contains the column and one contains the value.
Code:Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSearch.Click Dim strFilter As String Dim FilterFor As String strFilter = cmbSearchBy.Text FilterFor = txtSearchFor.Text
-
Datagrid Changes
I have a form with a datagrid and two buttons. One of the buttons is "Delete" and the other is "Save." For some reason, when I hit the save button after a delete it errors out. I can add a row to the datagrid and the changes are st to the database with no problems. I only have problems when I remove a row. Here is my code. Thanks for the help.
Code:Private Sub btnSave_Click(ByVal sender As System.Object, ByVal
-
-
Form Closing Events
I am new to VB so please bear with me. This is my first program. I am using VB 2005.
I have a main form that has several buttons on it. When one of these buttons is pressed, it hides the main form and shows another. What I want to do is make it so that when one of the forms other than the main is closed (by using the "x") the main form pops back up.
Any help is appreciated. Thanks.
No activity results to display
Show More
Leave a comment: