Re: Still my program is running :(
OK, here's what I'd try. I'd copy the entire project into a new folder. Then remove all forms except one, and try it. If it still stays running, I'd remove some controls and try again. At some point it should unload properly. Are there any .bas or .cls modules included in the project?
Re: Still my program is running :(
yah i have many .bas and 3rd party classes :(
ok, ill try all the options today i got !
Re: Still my program is running :(
The process termination code I advised before, was able to successfully terminate a testprogram I made, containing third party controls and a dummy class which makes a large object which is never released properly. Seems to work good so far.