 |
|
 |
can u help me to save records of treelistview in oracle database and get it from database ..
my email id is nileshschaudhari1410@gmail.com
|
|
|
|
 |
|
 |
Woh! At first I was very enthousiastic about this control but after five minutes, when I discovered that no images could be added to nodes, it suddenly stopped. Without this feature, this control is for me totally useless...
Please let me know when I'm wrong.
|
|
|
|
 |
|
 |
I took a stab at rewriting it Here. Let me know what you think.
|
|
|
|
 |
|
 |
i need coding in asp.net for the version controlling of documents with name , date modified and version no in the same way like your quick search (i.e., in the same way where my question is posted ), could you please help me ASAP
Sahi
modified on Monday, February 04, 2008 5:06:01 AM
|
|
|
|
 |
|
 |
Hi,
I am in the same position as you were before you started to work on this project. I was searching for a treeview with a specific design and properties and after a while decided to derived it from a treeview. My problem is that I can't control every node height, all I can do is to set a treeview itemheight which determines all nodes height.
As you have probably spent a lot of time on it, do you maybe have any suggestion how to do it?
I was thinking about interrupting the process of adding a new node and change bounds of it (still don't know how to do it)? Or any other way to change a separate node height?
Regards,
virtual
|
|
|
|
 |
|
 |
Anyone knows how to draw the lines of the tree like a Common TreeView????
piolasoclau
|
|
|
|
 |
|
 |
Hi! Fantastic control!
But I have problems about determing what childnode the user is selecting...
Finding the toplevel node is easy Me.Text = TreeListView1.SelectedNodes(0).Text, but when clicking on a childnode, it returns nothing? Anyone that can help me out?
|
|
|
|
 |
|
 |
Did you ever get an answer to this?
Thank You
|
|
|
|
 |
|
 |
It is difficult to get a selectednode, i had to make some recursive loops for it, adding a property SelectedNode, In the first place i look for the parent nodes and then i call (for each father) another function in which i look for the childs of each parent node. When i translate the code i pass it because it is in spanish, if u want some help with it just write it down.
See ya
piolasoclau
|
|
|
|
 |
|
 |
I have been sitting on this for a couple years now and just recently moved it over to .NET visual studio 2005. After looking at this article and several others I culled together that information to create a totally redesigned treelistview with the same functionality and much, much more that i added. I consider it some of my finest work I've done on controls for .NET. Like i said, I did this about 2-3 years ago for a job I was working at and just decided recently to release it. When I submit the article I will post here for a link. I certainly will be giving credit where credit is due when I submit it to all the authors whose articles I read for the redesign.
|
|
|
|
 |
|
 |
Are you ready to release your code for the TreeListView?
|
|
|
|
 |
|
|
 |
|
 |
An update would be appreciated.
{o,o}.oO( Did somebody say MouseDown? )
|)””’)
-”-”-
|
|
|
|
 |
|
 |
Hi,
Do you have any news about your control?
Thanks,
Cristian
|
|
|
|
 |
|
 |
I promise to get it out this weekend sometime.
|
|
|
|
 |
|
 |
I'm trying to test this control in Compact Framework, but am failing miserably to convert the code. Mainly due to "DesignerSerializationVisibility is not defined". As far as I know, I have the references correct, but I'm obviously missing the something.
Any care to give it a shot?
TIA
|
|
|
|
 |
|
 |
Thanks for this component. I was searching everywhere for a solution, and had many false starts myself; but I was under deadline pressures for a prototype of some sort--I I have a complex XML FOR EXPLICIT statement that needed to be put into a a type of property grid; and, the xsd.exe serialization just wasn't doing exactly what I wanted, nor did any of the property grid adaptations.
For some reason that I can't yet figure out, the select only one item fix that Vili offered doesn't work in my situation--I'm opening this up in a sub-form, and every third time it closes the window and causes an error in the parent window on the xxx.ShowDialog(). Luckily, I realized that there were some situations in which I did need more than a single node to be selected.
The icon issue hasn't been answered (see someone else's comments below), but that is easily solved by adding at plus-or-minus line #130 (that number might not be accurate because of my fiddling with the code) with a:
drawMyIcon(CurNode, g)
which refers to whatever sub below, such as
Private Sub drawMyIcon(ByVal n As Node, ByVal g As Graphics)
Dim imgRect As Rectangle = New Rectangle(n.BoxBounds.Left - 4, n.BoxBounds.Top - 4, 13, 13)
g.DrawImage(My.Resources.clock_stop, imgRect)
End Sub
Where the image has been added to the Resources list.
For me this component isn't a final solution, but it is certainly a stop-gap to get me to the next step.
Many, many, many thanks,
RobW
rW
|
|
|
|
 |
|
|
 |
|
 |
Please i'm a newbbie in this world of vb... Could someone help me making this work in vb2005??
what should i change??
|
|
|
|
 |
|
 |
Hi, I have it working fine on vb05.
The best option to convert the code is use the upgrade tool that come with vb05.
If you have issues doing the convertion send a note/mail, and I can send you my code, but I already did some changes on the control.
Regards,
Cristian
|
|
|
|
 |
|
 |
Hi, could you send me your code please?
my email is: hhp@ispgaya.pt
Thanks
|
|
|
|
 |
|
|
 |
|
 |
Hi, could you send me your code please?
my email is: bigdaddy_off@hotmail.com
Thanks
|
|
|
|
 |
|
|
 |
|
 |
I have been trying to extend your ListViewExItem class to have a progressbar control but Im not having much luck. It would be good if you could please show how to expand your classes to embed any other sort of control. I need some sort of handle back to the container tree so I can set the parent on the progressbar to it.
Really appreciate any help you could provide.
Cheers.
|
|
|
|
 |