I’d like to insert the application version number into my Lightswitch application title bar, but I haven’t found anyway to programatically set the application title. Has anyone had any luck doing this?
I’d like to insert the application version number into my Lightswitch application title bar,
Share
If your app is an OOB app, the title can be set in OutOfBrowerSettings.xml
See here:
http://social.msdn.microsoft.com/Forums/en-US/lightswitchgeneral/thread/baf582d9-2a26-41bd-af8b-f515755c2783
And for sizing options as well:
http://social.msdn.microsoft.com/Forums/en-US/lightswitchgeneral/thread/04ea3682-be6a-4a24-a770-aad0d71ec7e2
If the application is hosted inside a web page, so you just need change the title of the web page to whatever you want (from a post from Microsoft’s Lifeng Lu).
Yann