Archive: Windows without any button


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


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


Thanks, it works perfectly... Are there any way to change the size of dialogs? Or only with reshacker?

Thanks,
ACEMCP


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