1
vote
2answers
39 views
How to run function of parent window when child window closes?
I am calling the javascript window.open() function to load another url in a pop up. Once the users is finished it takes them to the last page that has a link that says close window …
1
vote
3answers
56 views
[C#] What is the correct way to close a TCP connection
I have a TcpClient object which sends some data to server, using its underlying NetworkStream.Write().
Therefor, I have:
TcpClient server = new TcpClient(serverName, 50001);
/* . …
0
votes
4answers
37 views
VB.NET Application does not fully close
Hey guys,
When 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 …
1
vote
2answers
43 views
Variation of the (x) button - VB.NET
Hey guys.
You know the (x) button on the toolbar of your app? I want to add a pice of code right after the it closes the window. How would I do this?
Thanks
0
votes
1answer
8 views
Search field with Thickbox problem
hello everyone!
today i'm having this problem.
i have a search form which is shown with Thickbox inside an iframe. the problem is.. that after i click "search" the result page is …
1
vote
2answers
47 views
Destroying session on close of the browser from the task bar
Hi,
When i close the browser window from the task bar the session is not getting destroyed. I could handle this on closing the browser using close(X) button or by pressing Alt+F4 …
0
votes
3answers
119 views
Debug recursive thread call in C
I have been trying to debug my code whenever I had free-time for the past day and a half and I don't know what is wrong with my code. When I add the close() function to a recursive …
1
vote
4answers
61 views
Visually remove/disable close button from title bar .NET
I have been asked to remove or disable the close button from our VB .NET 2005 MDI application. There are no native properties on a form that allow you to grey out the close button …
0
votes
0answers
11 views
Problem Closing a application using WiX
Good afternoon,
In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting …
0
votes
1answer
12 views
close previous jGrowl notifications before showing a new one.
I have a simple app that executes $.jGrowl("loading");. Then the data is displayed $.jGrowl("blah blah blah data goes here"); after crunching data which can take 1 -5 seconds.
I' …
1
vote
3answers
39 views
WPF hot key firing without modifier
I have a WPF window, which contains a button called Cancel. Under ordinary circumstances I want a user to be able to press Alt+C to cancel their actions and close the program. As …
4
votes
8answers
101 views
Does closing the application stops all active BackgroundWorkers?
Simple question, to repeat the title:
Does closing the WinForms application stops all active BackgroundWorkers?
(I know that many StackOverflow's threads talk about BackgroundWor …
2
votes
2answers
49 views
What type of file deletes itself as soon as the handle is closed?
Let's say I have a Windows application that creates a file and writes data to it. The application has opened the file exclusively so no other processes can read the data in the fil …
1
vote
2answers
68 views
How to close a TCP connection by port?
Hi,
I would like to close an existing connection between to application running on my server.
If you have a suggestion please reply on how to program this, you will be appreciated …
0
votes
1answer
54 views
jquery: close dialog on click (anywhere)
hi,
is there a default option to close a jquery dialog by clicking somewhere on the screen instead of the close icon?
thx,
fux
