VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



There is a big problem of not changing a folder with 'ENTER' key or 'RETURN' key in DirList Box. Th

by Rahul Prabhakar (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 8th July 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

There is a big problem of not changing a folder with 'ENTER' key or 'RETURN' key in DirList Box. This is the solution of the told problem, I

Rate There is a big problem of not changing a folder with 'ENTER' key or 'RETURN' key in DirList Box. Th



If KeyAscii = vbKeyReturn Then
File1.Path = Dir1.List(Dir1.ListIndex)
End If
End Sub


Download this snippet    Add to My Saved Code

There is a big problem of not changing a folder with 'ENTER' key or 'RETURN' key in DirList Box. Th Comments

No comments have been posted about There is a big problem of not changing a folder with 'ENTER' key or 'RETURN' key in DirList Box. Th. Why not be the first to post a comment about There is a big problem of not changing a folder with 'ENTER' key or 'RETURN' key in DirList Box. Th.

Post your comment

Subject:
Message:
0/1000 characters