Well I am here trying to make a funtext under VB 2008 thanks to Autos tutorial here
vb-2008-paltalk-integration-t31230.html
I am up to a great start, but I have a damn issue with rezizing fonts cause every time I change the font size with this code
- Code: Select all
Me.RichTextBox1.Font = New Font(Me.RichTextBox1.Font.FontFamily, 8)
The damn thing changes the font size but also remotes every other style I had apply like color, boldness
here what I got so far, its just the begining lol






