Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Exiting Program
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Glenn Atkinson  
View profile  
 More options Oct 3 2000, 3:00 am
Newsgroups: dbase.programming
From: "Glenn Atkinson" <gl...@adsl.intergate.ca>
Date: 2000/10/03
Subject: RE: Exiting Program
I have control of the different ways I exit from my program but if the user
exit the program using the upper right "X" I have no way of stopping the
third party software that I have running in the back ground. Where fox-pro
has shutdown() what is there, that I can use to stop the third party program
from running?

Glenn Atkinson
Burrard Technologies
gl...@adsl.intergate.ca


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Kerber  
View profile  
 More options Oct 3 2000, 3:00 am
Newsgroups: dbase.programming
From: David Kerber <ns_dker...@ids.net>
Date: 2000/10/03
Subject: Re: Exiting Program
Put the code to kill the other app in the form's _onClose event.

Glenn Atkinson wrote:

> I have control of the different ways I exit from my program but if the user
> exit the program using the upper right "X" I have no way of stopping the
> third party software that I have running in the back ground. Where fox-pro
> has shutdown() what is there, that I can use to stop the third party program
> from running?

> Glenn Atkinson
> Burrard Technologies
> gl...@adsl.intergate.ca

--

Dave Kerber
Edit the return address by removing the ns_ before e-mailing
REAL programmers write self-modifying code!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Romain Strieff [dBVIPS]  
View profile  
 More options Oct 4 2000, 3:00 am
Newsgroups: dbase.programming
From: Romain Strieff [dBVIPS] <dBV...@usa.net>
Date: 2000/10/04
Subject: RE: Exiting Program
In article <8rdhks$kk...@news.dbase2000.com>, Glenn Atkinson politely
paraphrased ...
> I have control of the different ways I exit from my program but if the user
> exit the program using the upper right "X" I have no way of stopping the
> third party software that I have running in the back ground. Where fox-pro
> has shutdown() what is there, that I can use to stop the third party program
> from running?

If all else fails, use a hidden empty form with its CanClose event and
switch if off there.
--
Romain Strieff [dBVIPS]
News group posting guidelines at
http://www.dbase.com/cnt/newsguid.htm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »