Search results for query: *

  • Users: Roofuss
  • Content: Threads
  • Order by date
  1. R

    Question ListViewItem.SelectedItem(0).BackColor problem

    Can anyone tell me what's the equivalent to the below statement in WPF in a normal winForms App i would do: If ListViewItem.SelectedItem(0).BackColor = Color then 'do stuff Else 'dont do stuff End If there doesnt seem to be a .BackColor property when doing...
  2. R

    Question getting data from a listView

    Hi i currently have a listview on my form that is set to "details" view and is popoulated by a table in my sql database. what i want to be able to do is when i double click on a selected row i want all the details in that row to appear in another form so that i can edit them. how do i populate...
  3. R

    Question Is this possible with DataGridView?

    Hi If i have a DataGridView is it possible to insert the details of a selected row into another form to update? If so...... How can i do this? I have 2 forms frmMain (where the datagrid is placed) and frmCustomer (this is where i want the selected Row details to be inserted, so i can update...
  4. R

    Question Refreshing a DataGridview?

    Hi I have my main form which has a "New Customer" button on it and a DataGrid when you click the "New Customer" Button it opens up a new form where you can add all the detials in and press save then the data is saved into SQL database. can anyone tell me how to refresh my datagrid upon...
  5. R

    Resolved save text box info into sql database?

    Hi everyone i am trying to save the data from the text boxes on my form to my sql database but im not having any luck please can someone help me? ive simply got 4 text boxes and a save button the code for my save button is as follows. Private Sub btnSave_Click(ByVal sender As System.Object...
Back
Top