Search results for query: *

  • Users: Semola
  • Content: Threads
  • Order by date
  1. S

    main exception doesn't work outside IDE

    Hi All, I have a problem with a "try catch" code in my program: In the main module I have inserted this code: Try Application.EnableVisualStyles() Application.VisualStyleState = VisualStyles.VisualStyleState.ClientAndNonClientAreasEnabled Application.Run(New frmMovieDatabase)...
  2. S

    Question Listview TopItem Alternatives with Groups

    Hi all, In a function called up the PageUP and PageDown keys, in the presence of a grouping, I need to scroll the items of a listview positioning the first item of the group as the first element of the listview. I saw that the "TopItem" property works only in the absence of groups. I tried this...
  3. S

    Question Listview Item Color

    Hi All, I need your help: i need to change background color of listview items after created it. Specifically: when creating the listview I colored the lines alternately with two different colors (two different shades of gray). Clicking on the column header reorder the rows according to a...
Back
Top