I'm writing a VBA app mainly in Excel that needs to send some emails using Outlook. I don't want to see the emails pop up on the screen as they're being created. I know in Word there's an Application.Visible method that lets me set it to False so Word will work without showing itself. I can't...
I need to write a program that will take input from the command line. If I have an executable named a.x the user would type something like
./a.x -a 1 2
or
./a.x -m 1 2
at the command line and then my program would put the three values in variables and use the values in the program. I've been...
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.