| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 31, 2002 8:05 pm Post subject: Get file info... |
|
|
For this post, I really have two questions:
1) How can I make it so that when I right click a file (such as a .txt or other extension), I have an option such as "Edit with MyProgram"?
2) When the user clicks "Edit with MyProgram", how do I get the info of which file they are trying to open, for example, the name of the file.
Thanks , _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Wed Jul 31, 2002 8:52 pm Post subject: |
|
|
Do you mean in the context menu of Windows? If so, I do have a way.
I can make you a custom DLL (the only one I know how to make ) that
will allow you to add to the context menu of Windows. You can then add
your own commands to the context menu that will run a VDS program.
You should then be able to get the file info from using the @file()
function.
If you would like that, you can send me an email. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 31, 2002 9:01 pm Post subject: |
|
|
Yes, like when you right-click on a file in explorer...
I saw a way with the registry a long time ago, maybe on the old board, I don't know where it is... _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 31, 2002 11:39 pm Post subject: File Info... |
|
|
Thanks for the tips!
I think this may be just what I needed!
Thanks again,
FreezingFire _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|