I'm new to the traffic engineering field and I have been given the task of creating traffic pattern exhibits outlining the volume of traffic at intersections using AutoCAD. I have found a piece of software that looks like it might be helpful, http://www.polytechcorp.com/tiah.htm , but it only...
First let me explain what I am needing to do. I am attempting to modify a toolbar (enable, disable, widen the button) that is part of a VBA enabled application, however the problem lies in the fact that there is no API function that I can use to directly modify the button (that I am aware of). I...
After reading the scathing done in previous posts I am not sure I want to ask this question. There are some differences however in their posts and mine. This design will ultimately be approved and sealed by a PE, but, as many of you may know, a person does not want to have the PE giving you a...
I need to be able to fire a specified event based on the results of new processes starting on the system.
I suppose the real question is whether I can intercept new processes to determine if they meet certain criteria, so I can execute other commands based on the result.
Is this clear?????
TIA...
I have posted a new faq concerning several ways, some are quite easy, to store data that can be acessed after the drawing has been closed and reopened, or after the computer has been turned off and on again.
http://www.eng-tips.com/faqs.cfm?spid=555&sfid=175&CFID=37681757&CFTOKEN=48606881
I have installed the migration assistant for A2k and applied all of the patches I can find, but I still get an error that file Convert.tlb is missing. If anyone could please tell me where this file might be found, either downloaded, e-mailed or installed I would certainly be appreciative.
I am having a bit of trouble retrieving text from an edit box.
If some willing soul would please give me the basic code to retrieve a variable length text string from an edit box, then place that string into a CString object I would be very grateful.
I seem to be having trouble with...
How can I pause the execution of a program and wait on another thread to complete. I am trying to run another program through ShellExecute on a list of files, however, I end up with a window for each ShellExecute I call, rather than each window completing and continuing to the next file to...
How can I pause the execution of a parent process until the child process is completed? My dilemna is I want to execute an external program via ShellExecute and have the calling process wait until it is done before proceeding. The external program is called using a list of files generated in a...
I have a piece of C++ code that I am using to execute an external program via ShellExecute on a list of files contained in a ListBox object. The external program opens another window and begins execution, however, before the external program is completed, the parent process goes to the next file...