Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 231166
  • Content: Threads
  • Order by date
  1. 231166

    icons insertion in a main menu

    Hi, I have created an application in winform environment with main menus. For each menu item i would like to insert before it an icon which represents this menu item. Is it possible and How? Moreover, is there a preference format for these icons : .ico, .jpg,.gif. I would like also to change...
  2. 231166

    inseting a node and all its child

    Hi, Each time i need to copy one term in a treeview( we suppose the treeview is composed with terms only) and all its childs, from one place to another , i need to insert in the table MICRO_THESAURUS ( because when i copy a term it makes part also of a new micro_thesaurus) this term with...
  3. 231166

    Click in a treeview

    Hi, Is it possible to see a hand ( like in a listview) on each node, in a treeview, when we click on a node, instead of seeing the arrow of the mouse. I think it is better for a user to see the hand of the hypertext link instead of seeing this arrow. Secondly,could you tell me how i can...
  4. 231166

    node's occurences in a treeview

    Hi, I have created a treeview called Treeview1.It contains terms. Each term of this treeview is inserted once in the table TERMES of the Database, even if this term appears twice or three times in the treeview. Now i need to test if one term appears one or two or more times in the Treeview1...
  5. 231166

    connection's difficulty

    Hi, I have to use a lot of times the connection i have created in my project, but i can see that a lot of times, when i debug the project, the connection does not open even if i have coded it to be opened. I have declared the connection string one at the beginning of the project , like this...
  6. 231166

    double insertion

    Hi, Here is the situation, I have created a treeview which contains terms from the TERMES table. Its fields are : ID_TERME which is the identifier of each term and Lib_TERME which contains the label of each term. These terms are organised hierarchically. To see the relations...
  7. 231166

    modules creation

    Hi, I have created a treeview. In this treeview there are terms which are ranged from the most general(roots) to the most specific For example, at one root level i can find the 'agriculture' term, and just below it, the 'intensive agriculture' term which is more specific, and below the...
  8. 231166

    export to text file

    Hi, I have created a treeview called TreeView1. In this treeview you can find several terms which are considered as Roots because they are at the first level of the treeview. I have created a sub to import into a textfile the entire treeview. Here is the code of this sub. Private Sub...
  9. 231166

    import function

    Hi, I would like to import into my database in the table TERMES, in the field 'Lib_TERME' a new term label a user would write in a text file. For example if a user writes the term' agriculture'in a text file, if he selects it and ask to import it in the database, i would like to see in the...
  10. 231166

    display of lines

    Hi, I would like to see the line number on my windows forms. Here what i have done : menu TOOLS+options+text editor +CSS+lines number, but i can not see anything . Could you help me on this point? Thanks a lot from you. Regards. Nathalie
  11. 231166

    how to insert a main menu in a tabcontrol

    Hi, I have created a tabcontrol in a form with two pages. I would like to insert a main menu inside the first page of this tabcontrol. Infortunaltely, each time i try to insert a main menu in the tabcontrol i see this main menu inserted at the top of the form and not at the tabcontrol's top...
  12. 231166

    how to pass a system message

    Hi, A form called ListThesaurus is displayed in a form called 'thes_tree' when a user clicks on the menuitem'openthesaurus'of the thes_tree form. In this form you can see a list of names of thesaurus. When the user selects one thesaurus name, this thesaurus appears in the form'thes_tree'...
  13. 231166

    listview display

    Hi, I have created a which contains terms in alphabetical order. Now i would like to give a user to see this same list but for each term i would like to see all the made-up terms of the list which contain this term. For example in the alphabetical list i have agriculture agriculture...
  14. 231166

    how to stop oracle database

    Hi, I have installed oracle database 8.1 on my post but i don't use it a lot. I know it takes a lot of ressources( in memory) even if i don't use it and i need theses ressources to permit me to work more rapidely. could you tell me what i have to do to stop oracle database ( i think it is in...
  15. 231166

    multiselection problem

    Hi, I send this problem for the second time because the code i have received in response to it did'nt work well When i click in a listview called listview1 the selected term color becomes 'magenta'(its highlighttext). The fact is that when i select another term of the listview1, its color...
  16. 231166

    pb with the ' in sql request

    Hi, In my application,i give the possibility to a user to type a term by the way of an inputbox. After this, the term in inserted in a a field of a table in a database( with an sql request). the problem is that when a term contains a '( because in french we can find words like this, example...
  17. 231166

    insertionof an existing term in a database

    Hi, Here is my question, I have created a table TERMES which contains two fields : ID_TERME(the identifier of each term) Lib_TERME(contains the label of each term). I want to permit a user to type a same term in a treview at two different places in the treeview. It means this term( the...
  18. 231166

    export of a treeview to xml

    Hi, i have created a treeview and have created a code to export it to xml format. Now i would like to give a user to export the part of the treeview he has choiced to xml format. In fact, by 'part' i mean from a root , it means from each first level of the treeview. For example, if the...
  19. 231166

    print from a treeview

    Hi, I have created a treeview and would like to give a user the possibility to print from the root of the treeview, it means from the first level of the treeview For example if the treeview is constructed like this 1 2 3 4 I would like to give the user...
  20. 231166

    insertion in a database without repetition

    Hi, I would like to permit a user to insert in a treeview a new term .This new term will be inserted in a table called 'TERMES'. the problem is that the same term has not to be inserted twice in the database. The user types the new term in a inputbox called 'strLibelle' and after, the program...

Part and Inventory Search

Back
Top