Make A Hidden Application - Close Unwanted Application?
Dec 5, 2009I want to make a Hidden Application,my application Block Unwanted software or Application
View 13 RepliesI want to make a Hidden Application,my application Block Unwanted software or Application
View 13 RepliesIt seems like whenever i click my close button the application will close but the debugger is still in active.How to exit this debugger? :)
View 2 RepliesI am using following code to close excel applications . I want to kill the hidden excel apps how to do it, Means following code closes all the excel apps but I want to close those opened from my program and are hidden
View 4 Repliessometimes, when I use Form.close() when debugging my program, although the form is closed, the application is still running. I noticed this behaviour when using the msgbox function.
View 3 Replieshow to use windows calculator in vb.net 2008?
use System.Diagnostic.Process.Start(calc)
its working but i want when application close it also close this calculator how?
I want to know how to start a forum hidden. I know I can just add Me.Hide() to the Window_Loaded event, But it's ugly. The user sees the form for a split second then it dissapears. I want to form to start up hidden. Little background on my program, it is a small taskbar application, Has a small notify icon. When the app is loaded. I only want the notify icon to be visible. I have done this by creating my own Main subroutine in a Module that I created. and I am laucnhing the application like so
Imports System.Windows.Application
Module MainModule
Sub Main()
Dim mainWin As New MainWindow
[CODE]...
I have tested a few applications downloaded from net. They are surely database applications but when I checked in the folder where the application is installed, there is no database (no mdb, sdf etc.) When I install my application, my databases are always in the folder.
What is the trick to make them invisible but they should still work.
I want to make 5 attachment options in that 4 out of the 5 are hidden.but when he clicks "more attachment" link it will show the other 4.Im using ASP.NET with VB?
View 2 Repliesis it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?
View 11 RepliesI use SetParent to make an external application a "child" of my Main .Net application. This works fine.What I need to know is why can't I use Me.MDIChildren(0)I thought that using SetParent would increase the number of children by 1, thus allowing me to reference it with the above code, but it shows there are no children in the array.I have been trying, without luck, for 2 days to try to maximize an external app being displayed in my app. I can get it to display, but I would love it if it could Dock to the same size as its container (a panel)
View 3 RepliesI am making a exe application and i am using mysql as my database. So the thing is, when i change to a new computer, i need to change the file path for the database connection string to that computer.
like below:
Dim connectionString As String = "Data Source=----------SQLEXPRESS;Initial Catalog=Flexlink;" & "Integrated Security=SSPI;"
i need to change the data source = --------------- SQLEXPRESS to the computer name that i am using for my project.
May i ask is there any method such that the user dont have to go in to the source code to change the computer's name like those normal installer?
Just install and the application will run according like any exe file that we buy.
Okay so basically I want to see if I can make an windows application or just a console application in VB.NET that will verify an MD5 Checksum. I have no idea how to start this out, but I have the ideas of what I'd like to make it.
[Code]...
I have been trying to reference Application.ThreadException in my application to make an addhandler, but I also am using imports growl.connector which has a growl.connector.application method. When I create my addhandler:AddHandler Application.ThreadException, AddressOf ThreadExceptionHandler
And I get "ThreadExecption is not an event of 'growl.connector.application'"
I'm going to make a Skype application using Visual Basic, I use them "Skype4COM.
Below is a link on the page somewhere in the middle Skype4COM. It is the DLL that I use.
But my question is, how can I in my application that I call you? Not that you're on the phone but if someone phoned you before you've pressed record.
I have created a vb application that uses "shell" to run another vb application that uses a webbrowser to navigate to a web site and then sign in to the site and collect information for use in the original application. I built the browser application to execute the navigation automatically when it is run. I don't know how to terminate the second application after it has run, and the webbrouser window is left open. After several iterations I have several open windows open and would like to close them automatically, preferably from the calling application.
View 1 Replieshow to close application root folder or sub root folder at the time when application is in running mode?
View 7 Repliesi have a dll file and i need to use it to close/exit/shutdown the application thats using it if that makes sense. i can code something inside the main application that would close it if it receives a specific response from the dll but im trying to minimize the amount of code i need to use within the main application.
could someone please show me how i could shutdown the application from the dll?
This is program that can run application.
Shell("C:\Program Files\Notepad++\notepad++.exe")
My question is: how to close application?
i created an .exe application with vb.net 2010 , my problem is when i run the application and then close it, it still runs in processes . why does this happens ? and how can i fix it?
View 1 RepliesWhen I launch my application, and press the "X" button on my app, or my quit button which deploys: me.close It will not fully close the application. Like the instance is still running in Visual Studio or if you go to task manager processes you can still see it there. How would I get this to fully close?
View 3 Repliesvb.net application, when the user closes the last form (the code is me.close) the application looks to stop, but it is still running in taskmanager?
View 17 RepliesI have a console application that asks the user to press number 5 to close the application. but i don't know what code to put so when the users press 5 the console application just closes?
View 5 RepliesIve seen that people use Form.Close() and Application.Close(), but what if I have many forms, and I may have forgot to close one of the forms correctly, is there a way to exit the application that actually checks to make sure that all the processes related to the program are closed first? I read on another forum that Application.Exit() is a bad way to close the program, and I found an example code of how to do it the right way, but Ive never found this anywhere else before.
View 3 RepliesI would like to close my appliaction and then open it based on a condition.Lets say I have a Lab1.EXE file, I want to close if the flag = True and then reopen it.
If ClFlag = True then
Application.Exit
---Then
RUN LAB1.EXE
Endif
Dim xlApp As Microsoft.Office.Interop.Excel.Application
Dim xlBook As Microsoft.Office.Interop.Excel.Workbook
Dim xlSheet As Microsoft.Office.Interop.Excel.Worksheet
[code]....
how do I check to see if an application is running on the computer and, if it is, then close it? For example, I want to see if "myprog.exe" is running and, if it is, send it a message telling it to
View 3 Repliesive tried everything:
Me.Close()
Me.Dispose(True)
Application.Exit()
Application.ExitThread()
MyBase.Close()
But the program still executes.
I am using VB2010. I am trying to use the escape key to close the application I have made. While the webbrowser is selected the shortcut doesn't work.
So far I have used the following code:
Private Sub Form1_KeyDown(ByVal sender As Form, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown
If e.KeyCode = Keys.Escape Then
[Code].....
I have an app written in vb.net. When I close it (I've tried me.close and application.exit), it doesn't completely close. Ie, I still see it in task manager.
View 7 RepliesI have a problem here I hope someone can help me out. I have this application in which I show information about workplans. It has a Main Form which show the general information and the activites that are going to take place during the execution.
The application has the ability to "attach" documents to the activities. I have created another form (and MDI form) that I use to show the documents (pdfs) when a user clicks on one of the documents attached. The problem is that when I close the form that shows the documents, it ends the application and I don't know why. It should just close and leave me again with the Main Form. Can someone tell me why is this form terminating the app. Is it because is MDI or what?