Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   InstallOptions: how can I hide the [NEXT] button (http://forums.winamp.com/showthread.php?t=230101)

dvanesse 4th November 2005 14:36

InstallOptions: how can I hide the [NEXT] button
 
Using InstallOptions based custom pages, I create application startup scripts similar to NSIS.EXE (with options to install the application, view the README file, view the user manual, etc.)

As eveything is managed thru links, how can I hide the [NEXT] button ?

Jnuw 4th November 2005 15:07

dvanesse, if you are using custom pages, add the following 2 lines to the top of your page's create function:
code:

GetDlgItem $0 $HWNDPARENT 1
ShowWindow $0 0


dvanesse 4th November 2005 15:21

Many thanks, I will try.


All times are GMT. The time now is 04:44.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.