Summary: Does anyone know how to pause program execution...in visual c++...I need to: { execute code; pause for say 50 milliseconds; execute more code; }...
Summary: this is confusing. you want to pause the function while in the middle of execution? or you want to run the function periodically? If you want to run...
Summary: Can anyone tell me how to "export" a windows application written in visual studio w/ VB to make it a stand alone executable windows program? Any help ...
Summary: Hello All, Yes, it's me again. At least I'm not asking for anyone to email me my homework....he, he. Anyway, I want to run a PHP script that executes...
Summary: Ok we've all seen the anoying error message "this msi must be launched through setup" when you try to lauch a Microsoft installation file manually but...
Summary: Does anyone know of a way to execute a program remotely from a Windows 2000 machine to a Windows 98 machine? PsExec seems to not like anything before...
Summary: Can you help me with this program of mine? I'm almost done, I just need help with the variation part. The Variation part is as follows... A variation ...
Summary: It depends on how mControl is built. First of all it have/support a command line interface. For example, if you can write mcontrol.exe /some command, ...
Summary: In linux and with gcc/g++: I have a program which preforms a function based on the contents of a "config file." Specifically this config file is XML....
Summary: I am running the following script in a .bat file. @echo off REM School Message Service REM ~~~~~~~~~~~~~~~~~~~~~~ \\Earlsmead\Public\message\msgcnt.e...
Summary: I am new to C and i am working on a simple DOS program. Can anybody tell help me with a simple C function call that will return a character if one has...
Summary: Keith: You didn't like my first attemp. So here are variations. The following will run using QBasic (from Win98) and handle long file names. The ...
Summary: hahaha.. stuart, you're kidding aren't you? LOL well, i never heard that you can stop a running program in Windows from DOS. I only knew that you can...
Summary: What is the basic structure of programming in Vizrt template wizard 2.7. Actuallay I want to know about starting and end point of program execution an...
Summary: Ok, I make a GUI program that writes something down, like paths, filenames or maybe passwords, and then the program executes a batchfile I've made and...
Summary: If you embed your C executable in a script , e.g. a batch, you can check the return code to keep track of program execution; see the following Cprog ...
Summary: My c++ program executes the program really fast the book I am using talks about a batch file that I can create from notepad that will pause the execut...
Summary: Hello. Does anybody know how to use the current time in C++? What I intend to do is have a function within my program execute when hours past midnigh...
Summary: Hope you know the code for modem commands, because I don't.. but, you could make this program execute at start up, and make a timer to fire every hour...
Summary: Hello IVO and thanks for answering! You hit the nail on the head when you mentioned cost. I can't afford the latest Micro Focus COBOL compiling syste...
Summary: I can't get clrscr() to work in my program. I even tried the alternative system("clr"), but that didn't work either. I included conio.h and I initiali...
Summary: hey everybody. I have been working hard on an application in VBasic. I need to deploy it to many users. I would like for the users to be able to do...
Summary: Hi there, it is homeworkthe calculation!!! im trying to use functions (not homework) i would like do it without arrays (not homework) I need a little ...
Summary: Hi Created a dialog (MFC / Visual C++) with 3 edit boxes one after other, I need to place the cursor in the 2nd edit box when the program executed. H...