Is there a way i can change the App name at time???
Printable View
Is there a way i can change the App name at time???
Sorry but NO, Name property is readonly at runtime.
You can change the title though
Code:App.Title = "My Title"
Thank thank you...