Skip to content
⌘ NSIS Forum Archive

As in the created window to start another application ?

4 posts

stass#

As in the created window to start another application ?

I created a page window using CreateWindowEx.
Run the script from any application.
How to move a window that is running the application in the newly created window ?
JasonFriday13#
If you're creating an installer, you shouldn't need to call CreateWindowEx, ever.

If you're creating a program with nsis, then have a look at this: http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
stass#
Originally Posted by JasonFriday13 View Post
If you're creating an installer, you shouldn't need to call CreateWindowEx, ever.
But I so needed ! A must see in my own box on the page of the installer - like running another program.