
Form Close Button Does Not Close the Form
Well if you put some code in the buttons click event that
might help...
Unload yourformname
Set yourformname = nothing
--
.--------------------------------------.------------------------.
`--------------------------------------'------------------------'
Quote:
> I am using VB4.0. At run time (in the development environment) when I
> click on the close button of a form the button gets depressed and
> nothing happens - the form doesn't close. I don't have any code for the
> Query Unload or Unload events.
> I believe, but I am not sure whether it is true always, that there is no
> problem if I run the executable.
> Can anyone help?
> Thanks.