Input Box

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.
 
D

Duane Hookom

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.
 
Top