home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / cancelbt / candem.txt next >
Text File  |  1994-01-28  |  540b  |  11 lines

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