- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
26 Posted Topics
Hello there, How can i add a node in a certian place in a treeView control? Thanks ahead | |
[COLOR=green]Hello there![/COLOR] [COLOR=green]I have the following xml File[/COLOR] [COLOR=green]<books>[/COLOR] [COLOR=green]<A >[/COLOR] [COLOR=green]<B>text</B>[/COLOR] [COLOR=green]<C>gggg</C>[/COLOR] [COLOR=green]<D>99999</D>[/COLOR] [COLOR=green]</A>[/COLOR] [COLOR=green]</books>[/COLOR] [COLOR=green]Im using the treeview control(i need to insert 2 different images.[/COLOR] [COLOR=green]How can i add ia certain image to the node it self and another image to the inertext.[/COLOR] [COLOR=green]So the nodes will represented … | |
hello, I have this button element which i can recognize only through his xptah FORM[1]/TABLE[1]/TBODY[1]/TR[1]/TD[2]/TABLE[5]/TBODY[1]/TR[1]/TD[1]/A[1]/IMG[1] how can preform a click runing a java script Thanks Kobi | |
Hello , Im trying to show an animated gif on a form while i read a file, but the animation freezes until all the file operation is finished Any idea? PS im using visual studio 2003 | |
Hello, I have 2 different classes 1. Form1 -class which is defined as single ton 2.MyClass- class On the Form1 I have a label1 which is defined as public From MyClass class I have a method, which set the label1 text ,but it is never being visualized on the Form … | |
Hello, I have a problem of accessing a Form element from a different class with the same name space On the different class I’m trying to set a label of the form , by creating a instance of the form ,but the label is not being set See here the … | |
Hello, i have a problem with a timer , on my program i have 2 different classes under the same namespace when i start the timer from the form class, the tick event happen on the elapsed interval. but when i call the timer from the other class the tick … | |
Hello There, Im trying to create tree control view with check box in the nods. but i dont know how to add the check box to the nods here is the code: [QUOTE] [COLOR=#0000ff]public[/COLOR][COLOR=#000000] Form1()[/COLOR] { InitializeComponent(); TreeNode tn = [COLOR=#0000ff]new[/COLOR] TreeNode("x"); tn.ForeColor = Color.Blue; TreeNode tn1 = [COLOR=#0000ff]new[/COLOR] TreeNode("Y"); … | |
Hello, How do I retrieve the number of rows in XML which represent a table? Thanks ![]() | |
Hello there im using the following command: <OBJECT data ="C:\AA\bin\my_html.html" width="500" Height="300"></OBJECT> In order to show other frame in my html page. when i load the page on the browser i get the folowing error: "Cannot find file: '///C/AA/bin/my_htm.html' Make sure the path or Internet address is correct" as you … | |
Hello there, How can i load an xml file,to treeview control and show it in my html page? Thanks | |
Hello there im using the following command: <OBJECT data ="C:\AA\bin\my_html.html" width="500" Height="300"></OBJECT> In order to show other frame in my html page. when i load the page on the browser i get the folowing error: "Cannot find file: '///C/AA/bin/my_htm.html' Make sure the path or Internet address is correct" as you … | |
hello there! i have a problem how to write to a xml file using the xmlpath technology i have the following file books.xml <books> <A property="a"> <B>text</B> <C>textg</C> <D>99999</D> </A> </books> i need to add to the file it self nodes, for example the E & F nodes how can … | |
How can I load an xml file and show it as a treeview control in my HTML page | |
Hello , I have created an treeview control in C# form,how can i load this control to my HTML page? Thanks | |
Hello there, How can i load an xml file,to treeview control and show it in my html page? Thanks | |
Hello there, How can i load an xml file,to treeview control and show it in my html page,i saw a way throw a dhtml but i failed to dominate it? Thanks | |
Hello There, How can i use in the code the " character witout the complier will throw en error im trying to create the following string : what i need : <A NAME="ppp" A> hello</A> when the ppp is an object myString ="<A NAME=""+object+"" A> hello</A>" as you see i … | |
Hello there in my html page i use the following link <LINK href=c:\"Calendar.css" type=text/css rel=stylesheet> i would like to avoid rediracting to the file css ,so my question where i should put all the information in my htmal page after? the <body> ?before the <body>? which tag to use? Thanks … | |
Hola, i need to create an object which will be recognaized in all my fuction/methods where i should create this object? Thanks ahead | |
Re: good and simple site [URL]http://www.csharp-station.com/Tutorials/Lesson01.aspx[/URL] | |
Hello there, I have an array of 2 dimensional which i need to pass to a funtion, but every time i try to send to the funcation "LoadScenario" it fails. maybe my syntax is wrong,please take a look Thanks Ahead [code] [COLOR=green]string[/COLOR][COLOR=green][,] Vars = [/COLOR][COLOR=green]new[/COLOR][COLOR=green]string[/COLOR][COLOR=green][5,4];[/COLOR] Vars[0,1]="Calculos"; Vars[1,1]=" 1"; Vars[2,1]=" 2"; … | |
Hello There im trying to populte treeView control with xml file The tree is beeing populted but with the nodes tages name like in this Case child i just want to show under General -var3 -var 4 and NOT x NOT(as it happen) General -child ---var 3 -child ---var 4 … ![]() | |
Hello there [COLOR=#434343]Recently i bought o.s windows vista,i had on my computer XP home ,my computer hardware is compatible to the requirements of Microsoft.[/COLOR] [COLOR=#434343]But when installing the o.s vista in the final stage is getting stuck, or when I succeed finishing the installation it doesn't load.[/COLOR] [COLOR=#434343]Can you please … | |
Hello , When im trying to compile this code it goes well,but when i run the prog i just get a flash of the cmd ,please can you tell me what i doing wrong?-im using the compailer of dev c++ [code] #include <stdio.h> #include <stdlib.h> #define _WIN32_WINNT 0x0501 #include <windows.h> … | |
Hello , i have in a director c:\files_t several files t1 t2 t3...t300 i need to analize each on-the analize operation is not importent how can i [B][U]open each file in a loop[/U][/B] and analize them?-in [U][B]C[/B][/U]code thanks ahead |
The End.