Search results for query: *

  • Users: NeilA
  • Content: Threads
  • Order by date
  1. N

    Out of memory

    My application loads an image from disk into a picturebox control on the form. The image is standard webcam size of 320x240 pixels and file size is about 5-15KB. The user clicks a button to load the image from the C drive where this application is and receives a Out of Memory error and no...
  2. N

    Datagrid Boolean Column Format

    In my datagrid there is a column which contains a boolean value. It currently displays as True or False but I want it to display as Yes or No. How can I do that? Thanks Neil.
  3. N

    Datagrid Sort Columns

    I have a datagrid that has say 2 records displaying. I ahve code which can delete one of those records if I click on it and hit delete. Thats the ok bit. If I click on a header of the column to sort the data and say the two records sort in a different order so the pervious fitrst one is now...
  4. N

    Datagrid / Dataset / Update

    Hi I have my vb app using a datagrid connecting to a SQL db to retrieve its data. No problem there. I also have a button which when a user selects a row it should change the last column of that row to be true from false. I then call some code which checks if the dataset has changes, it says...
  5. N

    bound Datagrid update

    I have a datagrid on my form which is populated using a datatable. The datatable is populated from a data adapter. What I want to do is be able to detect which record the user has clicked in the datagrid and then subsequently update the appropriate record in the database with a new value. What...
Back
Top