Program Closes But Still Runs In Processes?

Apr 8, 2011

I have made a program that has an intro screen, moving onto an activity select screen which acts as the main interface to get around the program. After creating the program and installing it on my computer, when I close the program from the activity select screen, using the "X" at the top right corner, the program continues to run under "processes" in the task manager.If I close the program from the intro screen though, it will close everything, including the processes. Is there anyway I can get the same to happen with the game select screen? I can make it work by putting my own "End" button on the form, but id prefer to be able to do it with forms own close button.

View 5 Replies


ADVERTISEMENT

Stopping Processes When App Closes?

Aug 5, 2009

Ok, so the PDF problem was traced back to when I would close the test build. When I would close my app via Me.Close the Adobe.exe was still an active process.

I have several forms that include multiple PDFs. I need to ensure that the Adobe.exe process is terminated during the exiting of my applications.

How is this accomplished or is there another way?

View 2 Replies

Auto-killing Of Process - A Function That Automaticly Closes The Processes "iexplore.exe" And "firefox.exe"?

Sep 3, 2009

I'm creating an app in VB2008 that needs a function that automaticly closes the processes "iexplore.exe" and "firefox.exe".

View 8 Replies

VS 2010 When The Client Closes Sockets The Server Closes As Well

Apr 9, 2012

I have a small problem with sockets (I'm new to sockets). Below is the code I'm using. The problem is that when the client closes, the server closes aswell. How do I stop it from doing that?

[Code]...

View 1 Replies

Program Closes After Msgbox?

Aug 5, 2009

After the OK button is clicked on any message box in my program it automatically quits. Does anyone know how to fix this?

View 3 Replies

Call Event When Program Closes?

Jul 2, 2011

I'm looking for a more elegant way to work around a problem I have

Code:
Private Sub MnuCheckForUpdates_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MnuCheckForUpdates.Click
Dim startInfo As New ProcessStartInfo(mStartUpPath & "" & "Updater.exe")
Process.Start(startInfo)
End Sub

As you can see I�m calling my updater program, but I want some code to run only after the Updater has closed.My work around was to:

A - Initially load the updater.
B � Start a time
C � Check if the updater is still running.
D � If its not call the routine in the timer event.

But this is not elegant is there another way around this, I can call events in the updater but I don�t think I can join them in someway to ProcessStartInfo Class .

View 2 Replies

Remembering Settings When Program Closes?

Apr 4, 2011

I'm working on program that has two forms. The main form is called 'frmMain'. Second form is called 'FrmHistory'. In the History form, you can check a number of combo boxes to set settings for a grid.

This works.Now, when I close the FrmHistory form and then open it again, I have it so those combo boxes (Settings) are how I left them. This works. I do so via this.

[Code]...

View 3 Replies

Set Program To Invisible And Close It When It App Closes?

Oct 31, 2009

i have a third party software and i would like it to lunch when someone runs my program (and no its not a virus). But the thing is when you run it; it shows up in the system tray, how can i set the program to invisible and close it when it my app closes?

View 13 Replies

Develop A Program That Will Get All The Processes?

Dec 24, 2009

i am trying to develop a program that will get all the processes in the task manager and from there, i'll get a specific application so that i will restart it. the problem is this:

I can call that specific application yet before restarting it i shall manipulate it's pause button before i can actually kill it,.HOw do i "click" the pause button on the called application? Can you help me with the code that i need to use?

View 3 Replies

End The Processes Of A Running Program?

Jul 16, 2009

I am looking for some code that will end the processes of a running program. I have found many post on how to do so but I have found that they are over complicating things. I am using this code to see if a processes is running.

code
Dim ProcessRuning() As Process
ProcessRuning = Process.GetProcessesByName("example")
Do While ProcessRuning.Length <> 0

[Code].....

View 6 Replies

Adding A Variable That Will Persist When The Program Closes?

Jul 26, 2011

Sorry for the extra long title, Here's what I want to do.I want to give the user the option of using or not using specific features of the program.If I can set a simple yes or no value that wil persist each time the program run and then depending on the variable turn off or on the feature at start

View 14 Replies

Exe Closes System.IO.StreamReader Kills Program?

Apr 24, 2011

Ok, So I am making a front-end for a program, and it runs the exe with command line arguments. One of those arguments is creating a log file that tells me who the winner is. Currently I have code that runs the app, tell VB when it exits and then does another event. When testing with message box as the other event, works fine.

When running the System.IO.Streamreader the app just closes down on its own and there are no errors shown.

[Code]...

View 9 Replies

Executing A Piece Of Code Before The Program Closes?

May 18, 2009

Having read the rules I don't have much code to show apart from these lines I want to have executed just before the program or a form closes.

If My.Computer.FileSystem.FileExists("File.file") then
My.Computer.FileSystem.DeleteFile("File.file")
End if

View 2 Replies

NotifyIcon Stays On Taskbar When App Closes In Program

Dec 6, 2009

NotifyIcon stays on taskbar when application closed, then when I move mouseover it, it disappears.[code]...

View 1 Replies

Possible To Make Program 'self-destruct' (delete Itself) When It Closes?

Sep 30, 2010

Does anybody know if it's possible to make your program 'self-destruct' (delete itself) when it closes? I know this sounds like malware, but it's not. What happens is the user clicks 'install', the application copies itself to another directory, then the application starts the new copied file, with an argument that begins the installation, kills itself, and then the copied application restarts and then it's done. But I can't get rid of the original executable.

View 13 Replies

Program Closes But Process Remain Opened?

Feb 9, 2012

For some reason, every time I hit the red "X" button to close the program. The program closes, but the process is still there. How do I make it so that if I press it, itll end the process too?

View 6 Replies

Save To NotePad - Can Be Retrieved After A Program Closes

Mar 4, 2010

how you would go about saving information(username, password, security questions) in a notepad, so it can be retrieved after a program closes. i'm making a log in program in my class, but we haven't done this, so when the program closes, everything is gone. rather annoying, to have to make a accounts each time i'm testing it.

View 6 Replies

Storing Usernames And Password After The Program Closes?

Feb 6, 2012

storing usernames and password after the program closes. I do not want them to be stored in a .txt file, as this is insecure. How do I store it?

View 2 Replies

Make A Simple Program That Detects If A Game Closes?

Feb 10, 2011

I'm trying to make a simple program that detects if a game closes, and when it does, it shuts down the computer.

View 1 Replies

Make The PDF File Be Immediately Released When Program Closes?

Feb 19, 2010

I have a VB program that displays a PDF file. When the program is closed it takes 30 seconds or so before AcroRd32 process releases the PDF file. In certain circumstances if the program is restarted with in this period, the PDF file does not display. The specific circumstances is that I have a second program (re)starting the program that displays the PDF file.

a) Make the PDF file be immediately released when my program closes

b) When the PDF file is loaded test that it properly loaded so that it can be reloaded if necessary.

View 1 Replies

VS2008 / .Net3.5: Program Crashes When Form Closes?

Feb 19, 2010

I have 2 modules and 2 forms. In the module1, I initiated the form classes and also here I have my public appexit() method.In module2, I have another class(in the form of a keyboard done by code). Form2 use this class as its control.I have:

form1_closing()
mybase.close()
)

[code]....

Now when I call appexit() in my module1 from form1, I can see that the debug is going into form1_closing but when it goes inside form2_closing, it crashing the application here.I am developing mobile device application in Vs2008.Net3.5.

View 4 Replies

Program Runs In Background?

Jun 9, 2010

I got a problem here. How can I let the program run in background when I click the minimize button on the right up corner?While it is running in background, I also wish there will be a small icon shown in the system tray.

View 3 Replies

VS 2008 - Program Keeps Lingering In Processes After Exit

Jan 14, 2010

When I close my program, it stays in Processes? Is there any way I can make sure it does not?

View 12 Replies

Setting Background Both At Design Time And Then Runtime - Program Just Closes

Aug 13, 2011

I'm using .net 2008 Trying to create a small graphic component, I have a problem setting background both at design time and then runtime. I derived a panel like this

[code]...

But it isn't working! If I don't Overrides Property BackColor, this is working as expected but I really need to group in my custom tab.

View 6 Replies

VS 2008 : Make A Program For School That Closes The Active Window?

May 30, 2010

I need to make a program for school that closes the active window. My application does now SendKeys.Send("%{F4}"). It works but, it also does it when there are no active windows. I want it to close only the active windows.

View 6 Replies

Data Is Discarded When Program Runs

Apr 21, 2010

1. When the program is running and if i save the data , it gets saved in the db. But when i close the program and again run it the data gets discarded

2. Say first i have saved the info about person 'A', and then When i Save then info of Person 'B', instead of the the details of B the details of A is getting duplicated[code]...

View 2 Replies

How To Change Program So That It Runs Off Of All Drives

Apr 18, 2010

For some reason, I can only run my program at college where I created it. It runs off of E:/ (usb port) so when I take it home, it won't run as at home, my E:/ is a CD Drive. How can I change my program so that it runs off of all drives?

View 4 Replies

Lightswitch Program Runs On One Machine But Not Other

Nov 10, 2011

I loaded a Lightswitch program on an XP machine and after load all of the updates it runs fine. I tried to load it on another XP machine with all of the updates loaded and it looks like it installs and it shows up under programs but it looks like it starts to run but then nothing happens, there are no new processes running.

View 1 Replies

Program Runs Faster In Background?

Jun 28, 2010

this is really bothering me, my program seems to run faster whenever I click on some other window so the form doesn't have focus. What is going on and how can I fix this?

Here's the troublesome section:
ListView1.Items.Clear()
'loop through the updates

[code].....

View 2 Replies

Program Runs Locally In Vis Web Dev But Not On Server

Sep 10, 2010

I created a program in MS Visual Web Developer 2010. It has a form that simply launches a script that manipulates a database. The project lives in several files and they are all inherited so they see each other and it accesses a MSSQL Express DB on one of our servers.

When I F5-Run the project locally on my PC it works fabulously. When I copy it to a web-enabled (application) folder on the server it executes but almost my very first line of code fails with this error[code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved