This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Somebody Help Me... For Dialog's Font Change
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 28, 2018
04:23 AM
Somebody Help Me... For Dialog's Font Change
Hi everyone , i have a question about Dialog's Font changing....
My project is just installshield, and my problem is I DONT KNOW changing font in dialog......
Plz help me..... everybody :confused::confused:
My project is just installshield, and my problem is I DONT KNOW changing font in dialog......
Plz help me..... everybody :confused::confused:
(2) Replies
‎Sep 28, 2018
06:28 AM
DialogSetFont (szFontName, nFontSize, nReserved);
The DialogSetFont function sets the font for InstallScript dialogs that are displayed at run time.
This function affects built-in InstallScript dialogs and custom InstallScript Dialogs
For Basic-MSI Dialogs please set the property:
DefaultUIFont
https://docs.microsoft.com/en-us/windows/desktop/msi/defaultuifont
‎Oct 01, 2018
02:20 AM
kingkong3 wrote:
Hi everyone , i have a question about Dialog's Font changing....
My project is just installshield, and my problem is I DONT KNOW changing font in dialog......
Plz help me..... everybody :confused::confused:
Hi,
If you are creating a Basic MSI project, you can play TextStyle property of dialog as well TextStyle table can be modified in the Direct Editor. Text Style records contain both the font and color information of the given text. For information on what needs to be placed into the various fields in the TextStyle table, see the MSI Help Library topic "TextStyle table"
If you are trying to change the color and font of control in a Standard Project, see the Help Topic in the InstallShield Language Reference "SetFont Example"
Hope this helps
Thanks,
Jenifer