Have you seen that Windows directory listview (like when you delete a program associated with MIDIs or something, and it asks you which directory it is in)? I would really like to know if it is possible to get it in VB without an OCX.
Thanks.
Printable View
Have you seen that Windows directory listview (like when you delete a program associated with MIDIs or something, and it asks you which directory it is in)? I would really like to know if it is possible to get it in VB without an OCX.
Thanks.
Are you talking about being able to browse for a directory? If so.. look at this article
http://www.vb-world.net/tips/tip3.html
[Edited by rchiav on 05-05-2000 at 09:40 PM]
Here's an idea on how I can show you what I mean.
Rename Winamp.exe (or any program which has associated files) to winamp.bak, or anything you like. Now open an MP3 and when it says "Windows cannot find WINAMP.EXE" click Locate...
The control in that window is the one I'm after. It's like a listview (maybe it is), but it doesn't quite look like one.
Thanks, that's what I was looking for. You edited you reply when I was replying to it.
Thanks again
you mean the file not found, searching for winamp.exe ?¿
Have a look at the URL that guy posted. I think that the DirectoryBrowse dialog is only availible in Win98 and Win95, but not NT, so if you have NT then it might not be there.
Anyway, there is one more thing I need to know. That is, is it possible to play MP3s using mciSendString?
Thanks.
the link I gave you i what you're looking for...it's a "Browse For Folder" dialog
Common Dialog