o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

[2005] Treeview with unlimited depth -

I want to populate a treeview from a specific folder on the hard drive ... So i've got on main form a "TextBox1" and a treeview control and a Button. When I press the button, I want the treeview to populate all the subfolders with their respective files and their subfolders and their subfolders and so on and so forth ... For example ... lets say I insert "C:\WINDOWS" into the textbox, I want my treeview to look like this

-WINDOWS
---addins
-------subfolder1
-------subfolder2
----------subsubfolder1
---AppPatch
---Assembly

and so on ... so I want to know how to populate a treeview from a specific file onwards without having to put in 2000 for loops within eachother ...

 

[2005] Treeview with unlimited depth -
I want to populate a treeview from a specific folder on the hard drive ... So i've got on main form a "TextBox1" and a treeview control and a Button. When I press the button, I want the treeview to populate all the subfolders with their respective files and their subfolders a


Algoritem to get data for TreeVieew -
i need to get data from DB to fill a treeView with no limit to the treeview depth, i don't want to use recursive function because of overhead, if any one can give me an example of cod...


Depth of node (how to make the looping) -
Hello, I've a connection table in access database as below: ID FROM_NODE TO_NODE --------------------- 1 10 11 2 10 12 3 11 10 4 11 13 5 11 14 6 12 10 7 12 13 8 12 15 9 13 12 10 13 14 11 13 16 12 14 13 13 14 11 14 14 17 15 15 12 16 15 16 17 16 15 18 16 13 19


[2005] Traverse a TreeView -
Hi All, I would like to ask how to traverse a TreeView. Private Sub showTree (TreeView t) ‘display a treeView to the screen which structure is an unknown End Sub Mike


[2005] Swapping Depth without using 'BringToFront'&'SendToBack' -
Hey, guys, im wondering how I can swap depths of objects without using 'BringToFront' & 'SendToBack' I need more specific options like myObj.Depth = 40


RESOLVED refreshing a chart with array data -
hey guys i'm very novice at this so bear with me hopefully this will be easy basically i have a loop that based on various equations will give the depth of a submarine at a particular time and output this value of depth to an array, it wil then loop again and produce a new value f


I am now anouncing... FREE UNLIMITED FTP SPACE! -
Thats right pay nothing and you can run off of my server. Upload files for VBForums that are too big or anything you please... wait scratch that... anything that is APPROPRIATE. Unlimited Bandwidth 25mb File Size Limit Unlimited Space (Sort-of, 500mb is enough right?) -----Start


[2005]Array of unlimited size -
Hey Guys Excuse my ignorance but is it possible to have an Array of Unlimited size? Ive tried increasing the size of the array during runtime but it didn't work for some reason. Thanks in advance Stefan


increasing the color depth of a picture -
is there a way to increase the color depth of a gif so when i save it as a jpeg it wont get all fubar? if someone could throw a dab of code out there to maybe copy one picture box to another picture box that was at a higher bit depth it would be appreciated!


[2005] Save Image - bit color depth -
I can save image with this: myimage.Save("C:\image-name", Imaging.ImageFormat.png) ^ this saves my image with Color Bit Depth 32. I want it to be 24. Is there any way to specify color bit depth I want to save with?


[2005] TreeView add a few deep -
With the treeview, is there a way to add a few nodes deep inside? Say I want to add to Music\Led Zeppelin\Rock n Roll to my treeview (Each \ means a node deeper than the last). Is there a way to do so without looping?


[2005] conditional treeview -
hi, i have tree view. i am going to bind values from database to my treeview.so my treeview is like this. Group1 server1 client1 Group2 server2 client2 so like this my treeview has be displayed.i can able to display the value in my tree


Maintaining TreeView state across postbacks -
Hello, all, Is it possible to maintain treeview state across postbacks? I want my users to have a positive experience. I have a treeview on a masterpage. I want the treeview to maintain its expand/colapse state when the user navigates to different pages. An this be done? I'm us


[2005] Treeview -
Ok i have just figured out the treeview add code. treeview1.node.add("what u want to add") what want to know if it is possible to add different forms. like if the user wanted to save something the path automatically show up in the treeview. Its not like other topic i


unlimited forms -
i want people to be able to build an chatbox like in IRC but i have 3 forms so the are limited to 3 boxses how can i make unlimited chatbox's. I thought about tabs but how do i do that ...?


[2005] how to scrol node in treeview -
I have a treeview, and I need add more nodes. when add a node, I want to show the node automatically in the view, so users can see it. kind of like scrollintoview in browser. how to do this in treeview? thanks bear


Best VB 2005 "reference" book -
Hello all.. I figured I should get a good, exhaustive reference book on VB 2005 so I won't be posting alot of dumb questions around here in the next few months. I would have preferred videos, but I couldn't find a good (in-depth) set for less than $500 so I'll stick to books for


I Need a Good Place for Free Web Hosting -
(Updated) Does anybody know where a good place that has the following features? MUST BE COMPLETELY FREE! Web Space: 20MB - Unlimited Monthly Bandwidth: 100MB - Unlimited Upload Limit Size: 5MB - Unlimited FTP Access Is A Must! EXCLUDE THE FOLLOWING!: Freewebsites.com


[2005] Adding Nodes in TreeView at Runtime -
Hi, I'm new to VB and it happens that I'm using the 2005 version. My problem is how to add nodes in the treeview control at runtime. I mean, after the program starts, it will populate the treeview (Root Node with several child nodes, some child nodes could also have some child nodes


progress bar as an "image" in treeview or listview. -
Hi, Well, I suppose the titel of this thread is stupid, but being a beginner I have no idea what to ask for. I have a MDI child form with a treeview control populated from a db. The user can drag items from the treeview into another treeview and also rearrange them in the second


Load a Treeview from Tab delimited text file -
Can anyone give me any pointers or samples on loading a treeview from a tab delimited text file. Any line in the file which is not preceded with a Tab is a root, where any line with a Tab is a child. The number of Tabs represents the depth of the child in relation to the preceding c


[2005] Populate treeview from recordset -
Hi I am new to VB.net and I want to populated a treeview from a recordset. rs.open"Select * from Books" I want to add all the records from rs into this treeview. How can I do it? thanks


Navigating through a TreeView -
Hi I have built a 6 level TreeView. ie, nodes with children nodes, which have children nodes, etc, up to a max of 6 levels. I now want to create a report of this structure. This reort would represent each node, indented according to it's depth in the tree structure. I'm sure you


Saving a picture. -
Hi, I was just wondering if anyone can tell me how I can save a picture at a certain colour depth? because I need to save a bitmap with the colour depth 256 colours, but the savepicture function doesn't let you choose what colour depth to save at. thanx.


[2005] serialize treeview [urgent pls] -
I have trouble on the same thing for more than 2 days I want to send evey information in a treeview control to other computer and display it there . I know treeview is not serializable but I tried to use Arraylist but still no luck cause I want all the subnode too and I have no


unlimited chat -
anyone have a quick example of a chat program (vb) that supports unlimited users? thanks!


[2005] Update the database and treeview -
i need a to know how to edit, save and reload treeview pls


Declaring a Unlimited Sized Array -
I am still sleepin or just dumb, can someone show me how to declare a unlimited sized array real quick... kkty


I need unlimited precision -
What can I do? I need to calculate some numbers with virtually unlimited precision. Lets say I want to calculated 1123314^1123314, how could I do this without getting a buffer overflow?


[2005] MultiSelection treeview -
well i know this has got to be the stupid question but how do i make a treeview multiselect? there is no treeview1.selectionmode so wat would it be?


[2005] Treeview appearance -
Is it possible to change the colour (to orange for example) and bold on certaub nodes of a treeview?


treeview update -
hiii, is there a way to update treeview instead of reloading the treeview?? which means after updating , only the changed ndoe has been updated, but the treeview is still expanded as the pervious situation, coz the treeview shows the relationship in MS Access, and the db is huge ,


Reload TreeView -
Does anyone know whether we can refresh / reload the data in the Treeview? Below is the case: My treeview got to load data from DB. After i edit the data in the treeview (the data has been saved to the DB), i want to reload the data inside the treeview... Can i empty the treeview


How to populate treeview with the content from a directory -
Hi, New to this forum.. I want to populate a treeview with the contents of my current directory(selected using folderDialog) CheckBoxes property is set to true. how to populate treeview recursively into the directory.??? i want to get the names of the checked folders from tree


Where can I upload my files -
I host my site on www.myhosting.com They allow unlimited transfers for 9.95 a month (and I use the unlimited transfers....about 2 gigs a week!!!). You get 50 mgs of space. Tho, they don't allow MP3's, porn, etc.... if that is what your into....


Treeview and XML -
I need to be able to populate a treeview control on a webform from an xml file or dataset and have just noticed that Microsoft doesnt support there treeview any more. Can anyone help me out ? Are there any free server side treeview controls available which will do this ?


treeview question....... please help me!! -
Hello there, Is there anyone know, is there a way to know how many root does a treeview have? The treeview item is add from database directly, so i don't know how many item will be added in to the treeview. But i need to know how many root does the treeview has... please help me


[2005] Adding an image to TreeView -
Hi Everyone, How do I use an image from an ImageList within a TreeView tree? I have figured out how to populate a TreeView, but adding images to the tree is eluding me. Any help would greatly be appreciated. Thanks!


audiolevel & color depth -
I need to get the following using VB: 1) the current Volume Control level 2) The maximum resolution and color depth supported by the user system Thanks


asp .net & treeview -
is there any way to add some component like treeview or tabstrip in asp .net ( web application ) i'm new at asp .net and really don't know if it is possible. i tried to add treeview with <object> tag in my aspx file, in design time it shows the treeview but i can't write c