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?
feedback
|
|
If your app is an OOB app, the title can be set in OutOfBrowerSettings.xml See here: And for sizing options as well: 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 | |||
|
feedback
|
|
I've never used Lightswitch before but in regular VB.Net you'd just add this to your Form Load event:
| |||
feedback
|