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 TouchToneTommy 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: *

  • Users: sjn
  • Content: Threads
  • Order by date
  1. sjn

    getenv does not return correct value

    The getenv("PATH") does not return the correct value if I execute a setup routine from a CD. The same program executed from the C: drive does return the PATH environment information, but I can't seem to get it to function if I initiate the program from the CD. Any ideas? Thanks, Scott.
  2. sjn

    How does C++ access a list of processes on the system?

    I'm in need to determining whether a certain process is active on the system. This is a background process and all this program lives for is to stay active while the other process is active. Any ideas? Thanks, Scott.
  3. sjn

    Is there a C++ command that executes an AutoReboot?

    Once a Setup utility has executed, I want to be able to control whether the user reboots the system or not. Is there an AutoReboot command in C++ that automatically restarts the system? Thanks, Scott.
  4. sjn

    I am having problems with _execv, or _spawnv functions.

    First let me say that this is a great forum. You folks have helped so much periodically throughout the last month and a half. This problem is actually one of two of the last problems I have encountered. I have developed a front-end utility to determine an appropriate setup directory to...
  5. sjn

    How do you assign a different Icon to your project?

    When compiling and linking with the MSC++, my project is always compiling using the default bar code style icon. I have a different icon I wish to use as the default icon for the program and would like it to be displayed with the .exe program file for my project. How to do change the icon not...
  6. sjn

    How do you create a new folder in C++?

    Does anyone have a reference to an example or a sample snippit of code that creates a folder? Thanks, Scott.
  7. sjn

    How do you create a shortcut on the desktop from a c++ program?

    Is there a shortcut class in the MFC or struct in C that allows you to create a shortcut on the desktop? I am able to do this with VB and an win32api function call. Is there something similar in the C libraries? Thanks, Scott.
  8. sjn

    How do you access the registry from c++?

    I need to be able to access and edit registry items from a startup program. I could either use C or C++ it makes no difference. There will only be a displayed bit map while it launches and MS Access application. Is there any sample code available that access the registry? Thanks, Scott.

Part and Inventory Search

Back
Top