CPB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't close my form. Close() isn't doing it.
If you put the Close() in the OnPaint handler, it will probably work. The form
doesn't yet exist in FormCreate, so how could it respond to a message to Close?
I'm reasoning by analogy. In my case, I wanted to Hide() the form. Couldn't do
it from Create, Show, Activate or Resize, but could do it from Paint.
Jack Romanowicz
Daniel Hallmark wrote:
>
> On Sat, 3 Oct 1998, Aurora wrote:
>
> > Now the pgm has no probs exitting if I close on a button event, but from
> > FormCreate it won't work... I have my theories... I need solutions... :(
>
> I don't know if this will work for you, but I ran into a similar problem.
>
W Komornicki's Home Page |
Main Index |
Thread Index