Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ntauzin

    Is there a Center in Document command in PS, like in Fireworks?

    In Fireworks, I can create and select a text block, or select an image on my canvas, and center it by choosing Commands->Document->Center In Document. Is there a similar command in Photoshop? I am using version 6.0. Thanks!
  2. ntauzin

    Simple Question: Copy Necessary Files Depending Upon OS

    Thanks for the suggestion! I downloaded the Inno Setup Compiler and it is extremely easy to setup! Is there a way I can add some code in that will detect the OS? Otherwise I will have to distribute 2 exe's.
  3. ntauzin

    Simple Question: Copy Necessary Files Depending Upon OS

    Hi- I am trying to put together an application that only has to copy 5 files to the hard drive, and that's it. Two of the files are system files, and so if the OS is Win 9x/ME they need to go into c:\windows\system, and if it's Win NT/2000/XP they need to go into c:\winnt\system32. Should be...
  4. ntauzin

    Using registry value as a variable in my subroutine??

    Another related question - how do I delete a registry value?
  5. ntauzin

    Using registry value as a variable in my subroutine??

    It's not set by my application, it is an existing key value.
  6. ntauzin

    Using registry value as a variable in my subroutine??

    Hi- I need to locate a registry value (it is a path, c:\folder, for example) and then use it in a sub. How do I do that? The sub is a command button that will be deleting files in that directory. But since the directory location is not always the same I want to use the location that is...
  7. ntauzin

    Creating a dummy file, and connecting a check box to a command button

    Can you explain the array a little? I am not clear on the case select concept.
  8. ntauzin

    Creating a dummy file, and connecting a check box to a command button

    Wow, OK, thanks for all the help!! I am trying out the code in the last thread you posted. I'll let you know what happens.
  9. ntauzin

    Creating a dummy file, and connecting a check box to a command button

    Great! That works perfectly! I tried your first suggestion. The array thing makes me dizzy. New question: I want to use 3 forms in my project, and have a "Next" command button on the first 2, then a "Delete" button on the third form. What is the code to have the command...
  10. ntauzin

    Creating a dummy file, and connecting a check box to a command button

    OK, I am teaching myself VB, I am not really much of a programmer and so my apologies if this is a less than intelligent question, but here goes... I am writing an app to delete files. There are several directories that contain the files. I want to give the user the option of deleting files...
  11. ntauzin

    Where Do I Start? I Have A Simple Task To Do

    Let me begin by saying I am NOT a programmer, but I am posting my question here because I suspect this may be the right place. I have a routine task to perform, which is deleting certain files from my hard drive, and I would like to automate it and create a small application that would do it...

Part and Inventory Search

Back
Top