Search results for query: *

  • Users: hermiod
  • Content: Threads
  • Order by date
  1. H

    Question Apply databinding to inherited control

    I'm trying to modify the listview to have similar databinding behaviour to a datagrid with the added bonus of having the ability to group by a column in the datasource. Below is the code I have developed so far. The only problem is that this code only binds to a datatable. I'd like to be able...
  2. H

    Question Automate installation

    Hi guys I've been asked to write an application that we can deploy with the installer for upgrades of some of the software that we use. The idea is that this application will do all the tasks during installation that a user would normally be required to do. ie. Agree to the license, click the...
  3. H

    Listview Groups with icons

    Hello all I've got a form that uses a listview to display data from a database in individual groups, using listviewgroups. I would like to know, is it possible to add images to the header of each group. So instead of just displaying the title of the group, it will display an image there too...
Back
Top