Customizing application banner and icons
Customizing the application banner graphic and icon used in Interviewer Console
2 Change the values for LogoImage and Icon to the location of your custom graphics.
LogoImage is the main application banner graphic.
Icon is the application icon that appears in the title bar of the applications.
To create a custom banner graphic, the size must be 572 x 56 pixels.
Example
<applicationSettings>
<Spss.DataCollection.Mobile.Properties.Settings>
<setting name="LogoImage" serializeAs="String">
<value>Images/Logo.gif</value>
</setting>
<setting name="Icon" serializeAs="String">
<value>Images/Icon.ico</value>
</setting>
<setting name="FillColor" serializeAs="String">
<value>144,176,224</value>
</setting>
</Spss.DataCollection.Mobile.Properties.Settings>
</applicationSettings>
Customizing the application banner graphic and icon used in UNICOM Intelligence Interviewer - Synchronization Console
Follow the steps in
Customizing the application banner graphic and icon used in Interviewer Console, except open
IPlayerSyncMgr.exe.config instead of
IPlayerConsole.exe.config.
See also