I have a common dialog that calls all the parameters of format... Such as: font, size, color, etc
I have been using the seltext but this changes the text to the name of the font... how can i change the selected text to the font that i need?
Kruxty
assuming as above all the text is selected then just change the font property of txtbox
ie txtbox.font=strfont ' whereas strfont= a string variable containing the name of the font from your common dialog
if you wish to change part of it that would be more difficult. other than using something like a richtext box I am unsure.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.