Title : Provide Cancel Button for Long Process Keywords: CANCEL DOEVENTS MODELESS SETWINDOWWORD SETPARENT FLOATING TOOLBAR This self-extracting archive contains a VB project that demonstrates how to provide the user with a CANCEL option on a long running process. The modeless cancel dialog uses the SetWindowWord API to create a child form that remains above the parent but is automatically minimized if the parent is. This is also probably the best technique for creating floating toolbar forms.