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 Mike Lewis 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. JurgenWellinger

    Release build

    The software is complete (except for unknown bugs :) ) and I want to install it on another machine. How do I do that ? How do I know which files need to go with ? Can I use Install Sheild and what do I have to set there ? My program uses an active x component as well as some other library files...
  2. JurgenWellinger

    Launching a *.doc

    Simple question (I hope): How do I make my program launch a *.doc document?? I don't want to display the document in my program but have something like word open it. I thought this would be an easy way to write help documentation for my program, if the user asks for help then the program just...
  3. JurgenWellinger

    How to Email?

    Can you show me code examples of how to set it up. I don't want to have user interaction, just a simple automatically generated message sent to a fixed address.
  4. JurgenWellinger

    How to Email?

    Is there a way (if yes, how?) to get an application to automatically send an email? Thanks Jürgen.
  5. JurgenWellinger

    Directory changes

    Thanks, but to get it to work I had to change it as follows: #include <windows.h> char szDirectory[MAX_PATH]; GetCurrentDirectory(MAX_PATH,szDirectory);
  6. JurgenWellinger

    Directory changes

    When using a File open or File Save dialog, how do I stop it from changing the working directory of the program? I.e. how do I stop it from affecting where other files are written on the hard drive? Better yet, how do I determine where the .exe file is located (in which directory) from within...
  7. JurgenWellinger

    Simple Question about deleting files...

    How do I delete a file from within Vis C++ that I created using fopen? Just so that I can stop my programs from making a mess on the hard drive! Thanks Jürgen.
  8. JurgenWellinger

    Dynamically resizing Dialog windows?

    In writing a dialog based application I would like to have the dialog window change it's dimensions depending on what is to be displayed. How do I do that?

Part and Inventory Search

Back
Top