ACEMCP
14th October 2003 09:19 UTC
Windows without any button
I want to install an service to the target system. It working good, but I want to display state of installing service... Stopping , restarting, restarted. How can I create a dialog without buttons, display it, change it's text, and close.
Many thanks,
ACEMCP
DrO
14th October 2003 13:08 UTC
how about the banner plugin? has no buttons and would do what you need to just show Stopping , restarting, restarted and you can control when it appears and closes
should work running the installer silently and having the banner show
-daz
ACEMCP
14th October 2003 14:42 UTC
Thanks, it works perfectly... Are there any way to change the size of dialogs? Or only with reshacker?
Thanks,
ACEMCP
DrO
14th October 2003 14:51 UTC
reshacker or you could alter the banner source to adjust the dialog size for you when the dialog is being created (wm_initdialog).
if going for reshacker i think it's the IDD_VERIFY dialog that banner uses which you would need to change
-daz