You should read up on how to change fonts in your version.
Based on what I recall encountering in VB6 (now a very old version), you may need to do something like this. Create a new Font object, make it a copy of the original, change the settings you want (such as Bold), then set the textbox font property to refer to that new object.
Comment