How do I stop all internet activity (ITC, the Microsoft Internet Control) so that I can quit my program at any time without crashing.

I now use Inet1.Cancel In the Form_Unload, Form_Terminate and Form_QueryUnload

but it seems to wait before closing.

I think it's not good to just put an END after inet.cancel, will it crash the prog, make the system unstable?