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...
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...
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.
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);
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...
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.
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.