Well if you want to change the static style until 6.5 SP1 release you cannot do that because there's only one properties/method for static text i.e captiop.
If you want to do that to EditText OBject you can do that easily like the code below :
oEditText.TextStyle = 1
For example:
1 - bold
2 - italic
3 - bold & italic
4 - under line
Sorry i cannot help you for this problem, but that's all i can do.
Add a comment