Skip to content
⌘ NSIS Forum Archive

Hide a control?

32 posts

tpr#
Hello guys,

First of all thanks for all your help, I was able to remove the titlebar of an application (Opera) with

System::Call 'user32::SetWindowLong(i $5,i -16,i 339871820)'

The problem is that after the titlebar is gone and I right-click on Opera on the tray, there's no pop-up menu with close, minimize, etc items.
Is this a drawback of that method or is there a way to fix it?

Another question: how can I restore the titlebar after I've removed? Or it's impossible?

Thanks in advance,

tpr