Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Writing a control panel app using TAppletModule

0 views
Skip to first unread message

Ringo

unread,
Apr 19, 2001, 2:05:54 AM4/19/01
to
G'day, i'm trying to write a control panel applet in Delphi 5 using
TAppletModule. Works fine but the problem is I can't delete the cpl once its
been opened and closed. The other standard windows cpls don't behave like
this so I was wondering if anyone knew what to do to be able to delete the
file?
It's only a simple app, just displays one form. I even tried the date demo
that comes with Delphi and that can't be deleted either. Anyone know of a
fix?
Cheers!
Steve.

Arthuro

unread,
Apr 23, 2001, 8:35:55 AM4/23/01
to
"Ringo" <steve...@transcomsoft.com.au> wrote in message
news:3ade8045$1_2@dnews...


Attrib -s -r *.cpl....
Only works if the app is not running.
Be sure that the close action of the form is caFree, and not the default
one..

Greetz...

0 new messages