Forum: Java Jun 18th, 2008 |
| Replies: 5 Views: 4,404 Thanks a lot, for suggestions.
I will try to convert it by myself. As it was in very much need and of short time , i thought about some software to convert.
Ya, i will shurly try to do it.
... |
Forum: Java Jun 17th, 2008 |
| Replies: 5 Views: 4,404 Hi,
Iam new to java as iam working for dotnet C#.
Can any body tell me the software to convert java code to C#.
Please, iam in very much need for it.
Thanks in advance,
Anjali ... |
Forum: C# Jun 6th, 2008 |
| Replies: 8 Views: 9,592 Hey its working fine now...
Thanks a lot for your suggestions.
Thanks,
Anjali ..... :) :) |
Forum: C# Jun 6th, 2008 |
| Replies: 8 Views: 9,592 Its displaying blank values for entered textboxes in Form2.
When Form2 will disappear after entering the values, then how it will load the textbox values in Form1?
What we need to add in Form2?
... |
Forum: C# May 30th, 2008 |
| Replies: 8 Views: 9,592 HI,
How to use multiple forms in c# windows application?
Where i need to fetch the information form "Form2" to "Form1". Here Form2 is used to get information from user and again those... |
Forum: C# May 29th, 2008 |
| Replies: 5 Views: 1,432 Its not working properly with (ctr + f5) also. Its very slow and FolderDialog is opening but does not contains anything..
Please check out the bellow code n please suggest me for the same.
... |
Forum: C# May 28th, 2008 |
| Replies: 5 Views: 1,432 Ya that's the great idea.
But iam getting this execption , can you please suggest me for this.
Exception : "Current thread must be set to single thread apartment(STA) before OLE calls can be... |
Forum: C# May 27th, 2008 |
| Replies: 5 Views: 1,432 Hi,
Please suggest me to do FolderBrowserDialog box for "C# Web Application".
Thanks a lot,
Anjali |
Forum: C# May 22nd, 2008 |
| Replies: 2 Views: 713 Ya tried like that, but its showing null value for the textBox..
Can you please tell me the reason for this.
Thanks a lot,
Anjali |
Forum: C# May 22nd, 2008 |
| Replies: 2 Views: 713 Hi ,
I want to add new windows form in the present windows application. Which should be used to get some details from user and then i want those information back into my main form.
Please help... |
Forum: C# Apr 18th, 2008 |
| Replies: 0 Views: 2,097 HI,
I need to append new tags to the existing xml document.
PLease review this code ,
string txt = TextBox1.Text.ToString();
XmlDocument doc= new XmlDocument();
doc.LoadXml(txt);
XmlElement... |
Forum: C# Mar 28th, 2008 |
| Replies: 2 Views: 5,094 Ya , i have used those classes, but iam unable to fetch the perticular value by checking some conditions.......
iam able to read all the elements and values but i need to look for name = "path"... |
Forum: C# Mar 27th, 2008 |
| Replies: 2 Views: 5,094 Hello ,
I am new to .net(C#) programing.
I need some help in my coding , from experts.
I have the following Xml file, |