Input Box

  • Thread starter Thread starter Rob Vasquez
  • Start date Start date
R

Rob Vasquez

I need to change the font of an input box that I have
opening up. How do I code it in visual basic to have the
standard font change for this pop-up dialogue box.
 
The input box uses Windows settings. Consider creating your own dialog type
form. You will have total control over the appearance of your own form.
 
Back
Top