I seem to be leaving something running when trying to exit my program.

If I use the X in the upper right or the click event to UNLOAD I can still see the program running in the task manager and it will not let me run it again until I manually kill it off.

Thanks in advance...
Paul

public Sub Die()
dim f as form
for f in forms
     unload f
     next
          end
end sub
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.