Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change the format of the Input Box?? 1

Status
Not open for further replies.

rbasram

Programmer
Sep 27, 2001
53
CA
I have an input box is there any way I could disable the cancel button and also change the format like the font and the color of the text through the code.
 
rsoor,
Can't do it. Write your own input box--use a form, make it acDialog in the WindowMode property, then you can do whatever you wish as far as font, validation, requiring entry, etc.
--Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top