Archive: customize GUI


customize GUI
How do I create a custom GUI? Not the one used by MUI but something that will allow mo to customize the size of the window without having to include the default exit button at the bottom right and so on.

And my application use to go to the system tray when I click the custom HIDE button and put right back again after clicking it's icon in the system tray. But there are times that It disappears from the system tray and my program only allow one instance of it and for that I can't bring it's main UI without killing it's process at the task manager. Is there a way that That I can just bing it up again by clicking it's desktop icon if process is already exist?

Thanks!


Use resource hacker to edit files in \NSIS\Contrib\UIs and then use ChangeUI

As far as the tray icon goes, apps are supposed to look for a registered taskbar message, see MSDN for more info