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 SkipVought 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
  • 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, Thanks for your answer but it seems yiu did't understand well what i need. I need to insert in one sqlrequest the term it self(here the term which tag=15) with all its childs in the database. the example i gave is an sql uddate concerning a node and its childs.How can i do with an isert...
  3. 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...
  4. 231166

    node's occurences in a treeview

    Hi, Thanks a lot for your help. Yes,j i will adapt it to my needs. I will tell you if it works. Regards. Nathalie
  5. 231166

    Click in a treeview

    Hi, So you mean the code TV1.Cursor = Cursors.Hand is not in the after select event but in the mousedown event. Thanks for your help. Regards. Nathalie
  6. 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...
  7. 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...
  8. 231166

    connection's difficulty

    Hi, When i debug i can see this, in the spy window if i write objConn.State i can see it is soemtimes closed whereas i have coded objConn.Open . I did't put any exception. Do you have some code to propose with this? Thanks for your help. Nathalie
  9. 231166

    connection's difficulty

    Hi and thanks for your help. The fact that even if the connection's state is 'closed' and i want to open it, coding objConn.open, it does not open. Perhaps there is a problem with the memory. How can i do to minimize this problem if it is the reason why it does not work well. Rzegards. Nathalie
  10. 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...
  11. 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...
  12. 231166

    how to insert a main menu in a tabcontrol

    Hi and thanks, Could you tell me what is a third party control? Perhaps a user control?It is not clear for me. Thanks again for your help. Regards. Nathalie
  13. 231166

    export to text file

    Hi, Can you explain to me what means Check out the SelectedNode.FullPath in help.{ You mean i need to write a path instead of TreeView1.Nodes here in the code ExportToText(TreeView1.Nodes, 0, clsOutStream) How can i write a fullpath? Thanks a lot for your help. Best Regards. Nathalie
  14. 231166

    how to insert a main menu in a tabcontrol

    Hi, I use visualstudio.net 2003 so i understand it will be difficult fotr me to do this. How can i don so to insert a mainmenu in a tabcontrol? I will take in consideration the answer bihgtimmin has given but if you can advice me , it would be very kind from you, because i fell not well with...
  15. 231166

    import function

    Hi, Because it is possible one user has recovered terms from another thesaurus and has exported these terms to a text file; instead of keyboarding each term in the application, he prefers to select them all and to import them directly in the database. I hope i am clear enough. Regards. Nathalie
  16. 231166

    display of lines

    [Resolved] Thanks a lot, it works perfectly! Nathalie
  17. 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...
  18. 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...
  19. 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...
  20. 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

Part and Inventory Search

Back
Top