Forum: C# Jul 3rd, 2009 |
| Replies: 2 Views: 979 |
Forum: C# Jul 3rd, 2009 |
| Replies: 2 Views: 979 Hi again. I need to make tooltip work on mouse click, so when I click on the button for an example, a popup info should appear. |
Forum: C# Jun 22nd, 2009 |
| Replies: 10 Views: 1,109 Thank for your posts guys. I done it both ways. For those who will read this, just to put an emphasis on some things for better understanding. If you are using tag method, it is important to make a... |
Forum: C# Jun 22nd, 2009 |
| Replies: 10 Views: 1,109 I think, the easiest way is to make a new class MyTreeView which extends TreeView control. Then, I could add as much properties as I want to my nodes, but I have no expieriences in doing that. |
Forum: C# Jun 22nd, 2009 |
| Replies: 10 Views: 1,109 Thank's. I'll give it a try. |
Forum: C# Jun 22nd, 2009 |
| Replies: 10 Views: 1,109 Ok. Think about this as you need an application which will list all of your folders in you hard drive as a tree list. And for for every folder, you need to store informations like file size, absolute... |
Forum: C# Jun 22nd, 2009 |
| Replies: 10 Views: 1,109 I have a problem with syntax in C#. I need to make my own treeview control in which I just need to add one property to nodes. For an example, if I have list of files listed in my tree, I want to keep... |
Forum: C# Jun 8th, 2009 |
| Replies: 2 Views: 469 Thanks for reply, but the application is written such it must use secured tunnel between each other and the only way of communication is string communication. |
Forum: C# Jun 7th, 2009 |
| Replies: 2 Views: 469 Hi,
I am developing one application in c#, where I have to manage file transfer between my applications. The applications can communicate sending strings to each other. The idea is to read file... |