S
sebastico
Hello
I have a form to enter text data.In a txtbox field I need to change only the
selected font to italic.
Whenever the user needs to change the font,
I would like to have a bottom that once the tex is selected clicking the
button will change the font to italic.
Could d you tell me how to do it?
This is my Algoritm:
'Give the Italic Font only to selected tex
In myForm Open
Put the cursor in txtMyText text box
In the txtMyText select the desired text
With the text selected rigth click mouse to open the text box properties
Select the format tab
Change the Font Italic to yes
Due to I am beginir I would really appreciated if you add comment lines to
describe what the code means
I have a form to enter text data.In a txtbox field I need to change only the
selected font to italic.
Whenever the user needs to change the font,
I would like to have a bottom that once the tex is selected clicking the
button will change the font to italic.
Could d you tell me how to do it?
This is my Algoritm:
'Give the Italic Font only to selected tex
In myForm Open
Put the cursor in txtMyText text box
In the txtMyText select the desired text
With the text selected rigth click mouse to open the text box properties
Select the format tab
Change the Font Italic to yes
Due to I am beginir I would really appreciated if you add comment lines to
describe what the code means