Search results for query: *

  1. T

    Question Installation License file Advice Please

    I'm not sure this is the correct place to ask this, but I am wondering what to do about the license file displayed during Installation, Do I need to display a license file in the systems language or is it acceptable to use only an english language license file. What is the standard method and...
  2. T

    Selected item, Help needed

    Thanks Kulrom, I have solved my problem by using the event handlers you suggested to set the value of a boolean variable which I then used in an If-Then-ElsIf . Many thanks for the inspiration.
  3. T

    Selected item, Help needed

    Hi Kulrom, Thanks for the reply. On the form I have an 'add' button, which when clicked, copies the selected item in either the treeview or listview, to a special App folder. I have written code for both the treeview and listview selected item events but I need to add code such as an IF Treeview...
  4. T

    Selected item, Help needed

    I am building a very basic file manager as part of another App. It has a treeview type control (ExpTree) and a listview. It has an Add button which when clicked, copies the selected item to a special folder. My problem is that I want to be able to select items from either the treeview or the...
Back
Top