WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > Main window title bar text
  Last Thread   Next Thread
Author
Thread Post New Thread    Post A Reply
rsegal
Senior Member

Registered: Feb 2003
From: Toronto, Canada

Main window title bar text

Is there a MUI define for setting the title bar of the main dialog window? I do have a way can do this using SendMessage as follows

SendMessage $HWNDPARENT ${WM_SETTEXT} 0 "STR:Hi I'm the Dialog Title!"

which works but I have to put this line for each page of the installer that I want to chage. I want to be able to set this text in one spot only if possible. I'm thinking there is already a define made up for this purpose I just can't find what that might be. From what I can tell MUI_PRODUCT concatenated with the word "Setup" is displayed on the title bar currently.

Quick Link | Report this post to a moderator | IP: Logged

rsegal is offline Old Post 05-13-2003 03:32 PM
Click Here to See the Profile for rsegal Click here to Send rsegal a Private Message Click Here to Email rsegal Visit rsegal's homepage! Find more posts by rsegal Add rsegal to your buddy list Edit/Delete Message Reply w/Quote
Afrow UK
Moderator

Registered: Nov 2002
From: Shropshire, England

code:
SubCaption /LANG=English 1 " - Install Dir" SubCaption /LANG=English 2 " - Compiler Mode Options"

This sets e.g. "Baz Chat Installation - Install Dir"
To set the 1st part ("Baz Chat Installation") use:
code:
Caption "Baz Chat Installation"


If you want say just one page saying "Hello jeff" and the other saying "Hello bobo" then set Caption "" and then use the SubCaptions to the full title.

-Stu

__________________
afrowuk.co.uk

Quick Link | Report this post to a moderator | IP: Logged

Afrow UK is offline Old Post 05-13-2003 04:20 PM
Click Here to See the Profile for Afrow UK Click here to Send Afrow UK a Private Message Click Here to Email Afrow UK Visit Afrow UK's homepage! Find more posts by Afrow UK Add Afrow UK to your buddy list Edit/Delete Message Reply w/Quote
rsegal
Senior Member

Registered: Feb 2003
From: Toronto, Canada

Works great, thanks Afrow!

Quick Link | Report this post to a moderator | IP: Logged

rsegal is offline Old Post 05-13-2003 04:53 PM
Click Here to See the Profile for rsegal Click here to Send rsegal a Private Message Click Here to Email rsegal Visit rsegal's homepage! Find more posts by rsegal Add rsegal to your buddy list Edit/Delete Message Reply w/Quote
All times are GMT. The time now is 09:34 PM. Post New Thread    Post A Reply
  Last Thread   Next Thread
WINAMP.COM | Forums : Powered by vBulletin version 2.3.9 WINAMP.COM | Forums > Developer Center > NSIS Discussion > Main window title bar text
Show Printable Version
 | 
Email this Page
 | 
Subscribe to this Thread

Forum Jump:
 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is off
vB code is ON
Smilies are ON
[IMG] code is ON