Results 1 to 3 of 3

Thread: Registry help needed

  1. #1
    Guest

    Smile

    Anyone has a good site to learn registry... i want to learn how to create my own icon related to my saved file... when the user click on the saved file(icon), the program will be opened.. just like excel, word.. or others...

    and how can we create a folder for our program? like when we install, how can we automatic create a folder for our program to save teh file..

    thanks


  2. #2
    Guest
    To create an associated extension, create a key under HKEY_CLASSES_ROOT.

    To create a directory, use the MkDir function.
    Code:
    MkDir "MyDirName"

  3. #3
    Guest

    Smile

    Thanks for the reply..
    So, where should i put the codes? i need to make it as installation package... wonder what to do...
    please
    and again, thanks

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