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...
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...
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...
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...
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...
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...
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...
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...
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...
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
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...
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'...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.