> From what I have gathered from mr. Smith's postings he is developing a
> shareware program. I suspect that he wants this program to commit suicide
if
> the user has not payed him properly.

What I will usually do in situations where I need to exit because the user
doesn't register (which is the way some clients have wanted it done and a
registration model that has worked for me as well), is never even start my
event loop. The application exits before it ever really starts (you can call
a FrmDoDialog without a message pump, ask for registration, and if the
limit -time, executions, etc- has expired, exit the application when they
don't enter it.)

However, lets please not turn this into a "How do I get people to buy and
register my application?" thread.. it has been beaten to death recently...
do a search on the archives for "Shareware" or "Registration" if you are
interested.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to