Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Disable cancel in STATUSEX


1 reply to this topic

evapettersson

evapettersson
  • Members
  • 7 posts

Posted 14 February 2002 - 08:47

Hi,

Does anyone know how to disable (or remove) the cancel button in the STATUSEX dialog shown during copyfiles etc?

/Eva


chrisp

chrisp
  • Members
  • 8 posts

Posted 21 May 2002 - 11:46

Hi Eva

I had a similar problem but the other way round I wanted a cancel button. I discovered that there are a few options to Enable() and if you use Enable(STATUSOLD) instead of Enable(STATUSEX) you should find that you don't get a cancel button. Serach the help for "Enable" and you should get a bit more info.

STATUS Enables the display of the progress indicator (status bar).
STATUSDLG Enables the display of the dialog style progress indicator (status bar).
STATUSEX Enables the display of the standard Setup Status dialog box.
STATUSOLD Enables the display of the old style progress indicator (status bar), which does not have a Cancel button.


Christian