Drive list box, Dir list box, File list box(For File Browser.)?
-
Hi friends, I am new to this VB.net. I can work in VB6_0. Here I can see the controls like Drive list box, Dir list box, File list box in vb 6.0, but if i want want to write a simple program like file browser like in vb 6.0 how to write it. where we can get those controls. can any one suggest me please. Thanks. Nice talking to you. :-O
If you judge people, you have no time to love them. -- Mother Teresa -
Hi friends, I am new to this VB.net. I can work in VB6_0. Here I can see the controls like Drive list box, Dir list box, File list box in vb 6.0, but if i want want to write a simple program like file browser like in vb 6.0 how to write it. where we can get those controls. can any one suggest me please. Thanks. Nice talking to you. :-O
If you judge people, you have no time to love them. -- Mother TeresaG Haranadh wrote:
where we can get those controls
They don't exist. You'll have to take a regular list box and populate it yourself. This would be a good opportunity for you to learn how to make custom contols in VB.NET as you make your own.
Scottish Developers events: * .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy * Developer Day Scotland: are you interested in speaking or attending? My: Website | Blog
-
Hi friends, I am new to this VB.net. I can work in VB6_0. Here I can see the controls like Drive list box, Dir list box, File list box in vb 6.0, but if i want want to write a simple program like file browser like in vb 6.0 how to write it. where we can get those controls. can any one suggest me please. Thanks. Nice talking to you. :-O
If you judge people, you have no time to love them. -- Mother TeresaAs said those are not built into the framework. But why not use the search function on CP? drive combobox[^] folder tree[^] file listbox[^] explorer treeview[^] Look through the results. There are so many examples on it - at least one of them should fit your needs. -- modified at 2:50 Wednesday 19th July, 2006
-
Hi friends, I am new to this VB.net. I can work in VB6_0. Here I can see the controls like Drive list box, Dir list box, File list box in vb 6.0, but if i want want to write a simple program like file browser like in vb 6.0 how to write it. where we can get those controls. can any one suggest me please. Thanks. Nice talking to you. :-O
If you judge people, you have no time to love them. -- Mother TeresaThis is not right, you can still use these controls: (1) Right click on the toolbox and select choose items (2)Scroll down to the letter "d" area in the ".net framework components" tab and find those controls you ar searching for. (3) Tick the check boxes beside the controls and click ok. You could populate the list manually but this is time consuming and unnecessary if the controls are already available. Posted by John Cotterill (The ANZAC)