0
votes
4answers
26 views
C# System.Diagnostics.Process.Start() parameters
Anyone know where a computer keeps what parameters it can accept through this function? For example, I'd like to know what I can send to Winword.exe (Microsoft Word). Or is there an online list of …
0
votes
4answers
51 views
Code Review Documentation in Agile Projects
Hi,
The organization I work with, a large Indian outsourcing company, enforces documentation of code review comments. The rationale is that this gives the team insight into the quality of code …
2
votes
3answers
47 views
Kanban as a Software Development Process in Practice
Has anyone used the kanban method for software development management?
I am evaluating kanban as a technique and would be curious to hear from anyone who has actually applied it in practice as to how …
2
votes
2answers
40 views
[Win32 API] Can I Get Notified When Some Process Starts?
I need to know (preferably with the least latency) when foo.exe is launched.
Right now, I have a thread that sits in a light loop (~10 Hz) and walks the process tree looking foo.exe.
This is less …
1
vote
2answers
89 views
Processes timing
How to calculate the total execution time of each application Win (process) with the group on day.
For example:
the process - notepad.exe - 10 minutes today (in total)
0
votes
2answers
41 views
process pipeline in c#
Hi:
I have a loop that spawn new process to run some ".exe" files. And I capture
the output of those ".exe" files to my textbox. In order to capture the outputs
right away, I can't use …
0
votes
3answers
14 views
Is there an easy method of process mapping a complex SSIS package so I can print it out?
I have taken ownership of a very complex SSIS package with multiple files and routes. Is there an easy method of process mapping the whole process automagically so I can print it out and understand …
2
votes
2answers
57 views
c# process give controls back to parent process question
Hi:
I have a window form application written in c# lauch perl script.
Everything is working except one problem. When the perl script run, it runs as a
process launch by c# application. There are …
0
votes
3answers
50 views
Stages in the application development process
I've heard terms like "deployment" and "production" applied to the development process. What are the usual stages and what do they involve ?
1
vote
3answers
32 views
ignore_user_abort and redirect in php?
Hi
I have a very similar setup to the person here:
http://stackoverflow.com/questions/265073/php-background-processes
i.e a very long script that takes up to 10 minutes. However, I need the person …
0
votes
2answers
55 views
Processing output from cmdline via a Python script
I'm trying to use the subprocess module with Python 2.6 in order to run a command and get its output. The command is typically ran like this:
/usr/local/sbin/kamctl fifo profile_get_size myprofile | …
0
votes
2answers
23 views
How to redirect to page in asp.net?
Hello,
i am using one swf file.on click i have some background process.after finish the process i want to redirect to particular page.but its not working.what should i do to redirect to page.i …
2
votes
1answer
45 views
BlackBerry - Get current Process ID
Hi all,
I read Blackberry - How to get the background application process id but I'm not sure I understand it correctly. The following code gets the foreground process id;
…
1
vote
4answers
44 views
Where is the MSDN documentation on multi-process window ownership for win32? (chrome uses this)
where is the MSDN documentation that describes how multiple processes can control and own other windows in other processes like Google chrome?
1
vote
1answer
65 views
viewing c# console app arguments
Hi,
I have a console app (written in c#) that is passed various arguments from the command line by an external application (an InstallShield exe). Without adding code into the console app or …
