rightclick and get fileinfo
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How do I - in vb - write code that, when i rightcklick on a file i want to catch the path and the filename?
Are you talking about writing a Shell extension? If so, you can't do it in VB6 without a little outside help from VC++. VB6 can't generate the required .DLL type to get this to work properly. RageInTheMachine9532