14 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for rproffitt

I like Agile, I really do but a few times it has me walk out on the process as a few think that everyone must "buy in." That's just part of the problems I've run into and kind of glad I'm no longer on such teams. In fact if a …

1
1K
Member Avatar for Fadli Muhammad

can anyone how to disable process such as explorer.exe at startup windows7 until i was true entering password? i want make log in display as my style.. thanks before.

0
147
Member Avatar for dictator.arshi

Hi Guys I need help in capturing action of running process, forexample i have created a simple application in vb.net in which there is a button when we click on this button then it shows a msgbox, now i want to make a application which will be another application and …

0
175
Member Avatar for sora90

I am trying to block a list of processes from Txt file/ Listbox Process using Timer. Here's a list of the codes Code blocks are created by indenting at least 4 spaces ... and can span multiple lines Private Sub Timer3_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer3.Tick …

0
129
Member Avatar for Perigee

Does anyone know how to resolve this other than a complete reboot? I'm restarting both my work desktop and personal laptop on an almost daily basis, which is irritating, to put it politely: **Couldn't register com.your.App with the bootstrap server. Error: unknown error code. This generally means that another instance …

0
167
Member Avatar for emreozpalamutcu

Here is list of things I want to do: Display context menu strip only when mouse is over the item and right clicked on it, the code I have for that is this: [code]private void contextMenuStrip1_Opening(object sender, CancelEventArgs e) { if (listView1.SelectedItems.Count == 0) e.Cancel = true; } private void …

0
109
Member Avatar for Santi1986

so my question here is when the parent exits before the child process...in linux....the reparenting is done within the same thread group rite!!??? ...and wots the role of the reaper..i mean after you find a suitable parent task..why is this reaper API called..

0
144
Member Avatar for Jim.liu

Dear all, I am a migrant work. I work for an electronic factory as an engineer. I'd like to know more friends whe are interest in EMS industry. Especially SMT.

0
129
Member Avatar for SLaSH1Z

can i find out how much memory(pysical) a specific process(application) will consume befor launching it? i wrote aan app that manage the memory usage and say i have 10% memory left to use i want to predict approximantly how much mem is needed for an app befor launching it... and …

0
63
Member Avatar for GregMaClean

Hello, Although I am a student, this project is not for school. I am trying to make a program that blocks an application from running. The irritating program resists having it's process ended (it automatically restarts via another process that also cannot be terminated). However, I have found that the …

0
197
Member Avatar for CrimsonGT

I wrote a small c# .NET application that is basically a controller for a Java application. My company has been using a .bat file to launch it, but we need an .exe so our web panel can detect when it is online/offline/etc. When my .NET application starts, it starts the …

0
74
Member Avatar for Smalls

k, what i'm trying to do is create a windows service to run in the background to monitor [URL="http://www.vmware.com/products/player/"]vmplayer.exe[/URL] to see if it is running or not. then if it is running, then turn on the various hardware, software, and services it needs/uses to run, and if it is not …

0
191
Member Avatar for vs.vaidyanathan

I wasnt to fork from a parent and execute two perl codes simultaneously rot13.pl and pi.pl.I want to keep track of the pid's of both children. i am not aware how to do it within the system() cmd. I have written the code below. But something tells me I'm being …

0
90
Member Avatar for Szpilona

Hi, I've created a lexer using flex. Now I want this lexer to be used in my C# application. I've tried to do this with code below: [CODE] private void btParse_Click(object sender, EventArgs e) { Process lex = new Process(); StreamWriter sIn = null; StreamReader sOut = null; StreamReader fileReader …

0
82

The End.