replacement of dir, drive, file list boxes in .net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

Can any one help me in this matter.

In vb 6.0 we have drive control, dir control and file list boxes. the same
functionality i need it in vb.net. i am finding difficulty in doing this can
any one help me?
 
A HARI said:
In vb 6.0 we have drive control, dir control and file list boxes. the same
functionality i need it in vb.net. i am finding difficulty in doing this
can
any one help me?

..NET Folder Browser and Picker
<URL:http://www.codeproject.com/cs/miscctrl/mkfolderbrowser.asp>

FolderTreeView control
<URL:http://www.codeproject.com/cs/miscctrl/foldertreeview.asp>

Folder, Drive, Directory Browser
<URL:http://www.codeproject.com/csharp/CustomFolder_Drive_DBrows.asp>

Drive Box
<URL:http://www.codeproject.com/cs/combobox/drivebox.asp>

<URL:http://www.gotdotnet.com/team/vb/FolderBrowser.exe>
 
Mr MVP,

Why do you point people to C# code in a VB.NET forum? You do it all the
time. If they wanted C# then they would obviously post the question in a C#
forum.

Maybe you would convert the code for the user because they may/may not be
good enough to translate it themselves.
 
Crouchie1998 said:
Why do you point people to C# code in a VB.NET forum? You do it all the
time. If they wanted C# then they would obviously post the question in a
C#
forum.

My philosophy is that a C# article is better than no article at all. In
addition to that, language interoperability is a core concept of the .NET
technology. Every .NET developer should be able to use both C# /and/
VB.NET.
Maybe you would convert the code for the user because they may/may not be
good enough to translate it themselves.

What's the sense of converting the code? Just add a C# class library to the
solution, add the C# classes and use the C# library in your VB.NET
application. That's a typical scenario in .NET development.

Quoting from one of my previous posts:

| ... I remember I already told you that if /I/ am looking for a
| solution, I would even read Chinese webpages (note that I
| do /not/ speak Chinese and I do /not/ understand text written
| in Chinese

Just my 2 Euro cents...
 
Herfried,

We disagree about the context what you wrote.

When it is obvious an advanced user, than we can agree.

You showed C# samples (I did not check it, I assume it because your own
answer) too an obvious new user from the dotNet technology.

That can in normal situations only scare the OP, not help him.

Your own knowledge of that is not the measurement what the OP should know
and you give him in my opinion a wrong idea about that with your last
message.

We cannot be all as good as you in the Chinese language, I wrote that more
times too you (Although I would act like you as I wrote as well).

:-)

Just my thought,

Cor
 
Cor,

Cor Ligthert said:
When it is obvious an advanced user, than we can agree.

You showed C# samples (I did not check it, I assume it because your own
answer) too an obvious new user from the dotNet technology.

That can in normal situations only scare the OP, not help him.

I have to disagree. If the OP still has questions, he will ask them, and he
will get an answer. No need to spend hours on translating code if the OP
doesn't need the translated code at all.
 
Herfried,
I have to disagree. If the OP still has questions, he will ask them, and
he will get an answer. No need to spend hours on translating code if the
OP doesn't need the translated code at all.

As others have written to me, don't try it with Herfried, he will never
learn, and me idiot did try it again.

Sorry

Cor
 
Cor,

Cor Ligthert said:
As others have written to me, don't try it with Herfried, he will never
learn, and me idiot did try it again.

No problem. In contrast to others I strongly believe that people posting
questions to this group have a brain too and are not too shy to ask, if they
don't understand/cannot use C# code.

:-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top