|
-
Feb 11th, 2008, 01:56 AM
#1
Thread Starter
Frenzied Member
-
Feb 11th, 2008, 08:20 AM
#2
Thread Starter
Frenzied Member
Re: Select folder from Dir and open
Any idea on this? How to open the directory in the directory list with one click?
-
Feb 11th, 2008, 08:29 AM
#3
Addicted Member
Re: Select folder from Dir and open
 Originally Posted by matrik02
Any idea on this? How to open the directory in the directory list with one click?
I don't think you can, you have to double click a dir to open it.
Jottum™
XpVistaControls , (transparent) usercontrols for XP, Vista and 7 with W2K legacy support.
-
Feb 11th, 2008, 09:44 AM
#4
Re: Select folder from Dir and open
Use code simular to this:
vb Code:
Private Sub Dir1_Click()
Dir1.Path = Dir1.List(Dir1.ListIndex)
End Sub
However you should be aware of the fact that this will also change the folder when the user use the keyboard to highlight a new item.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|