Results 1 to 4 of 4

Thread: Add Commands to Menu

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2000
    Location
    Over There
    Posts
    522

    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

  2. #2
    Software Eng. Megatron's Avatar
    Join Date
    Mar 1999
    Location
    Canada
    Posts
    11,286
    To mimic copy/paste, just use the FileCopy function.
    VB Code:
    1. FileCopy "c:\MyFile.txt", "c:\MyNewFile.txt"

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2000
    Location
    Over There
    Posts
    522
    thanks mega, but not what I meant.

    I'll figure it out once I figure out how to add something to the context menu.

  4. #4
    <?="Moderator"?> john tindell's Avatar
    Join Date
    Jan 2002
    Location
    Brighton, UK
    Posts
    1,099
    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
  •  



Click Here to Expand Forum to Full Width