Hi All,
The question could sound basic, but as you can see I'm new at this and trying to figure how to edit the text appearing on the top.
What steps should I follow to be able to edit it? (see attached image). Thank you in advance for your help. Fausto
Fausto,
The property to change that is off of the Form object itself- you will want to change the Form's Text property to the string you wish to see.
Hope this helps,
~Kim~
Hi Kim,
Thanks for answering my cry for help, unfortunally I 'm not sure where to find the exact location to make those changes (Form Object, Text property). I'm a graphic designer venturing in a new world, and some of the termilogogy is also new to me.. : /
Could you be so kind to directing me exactly where I need to click to edit that text. Below is the screen I have open now...where should I click?
ThanksFausto
The Form's Text property is not exposed in AppStylist- AppStylist only exposes styling properties, not text properties. You will have to open up Visual Studio and change the property there. I've attached an image which shows you how to set the Text property in Visual Studio.
Thanks Kim! excellent job in explaining it ; )