|
-
Aug 8th, 2002, 08:29 AM
#1
Thread Starter
Fanatic Member
Add Commands to Menu
If you using Windows explorer, and you right click on a file, you get a menu with explore, copy, paste, etc. Other programs ie winzip are able to add things to this menu.
How do I go about adding things to that menu.
Secondly can anyone tell me or tell me where to find good documention on how the copy command works?
I want to be able to mimick the copy and paste commands.
Thanks
-
Aug 8th, 2002, 09:03 AM
#2
Software Eng.
To mimic copy/paste, just use the FileCopy function.
VB Code:
FileCopy "c:\MyFile.txt", "c:\MyNewFile.txt"
-
Aug 8th, 2002, 10:35 AM
#3
Thread Starter
Fanatic Member
thanks mega, but not what I meant.
I'll figure it out once I figure out how to add something to the context menu.
-
Aug 8th, 2002, 04:24 PM
#4
<?="Moderator"?>
there some stuff about what programs your fiels opens with in the registry
Code:
HKEY_CLASSES_ROOT\aspfile
? ? ? ? ?
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
|