Can you change the appearance of an input box?
I would like to change the color and add a graphic.
Is this possible?
Printable View
Can you change the appearance of an input box?
I would like to change the color and add a graphic.
Is this possible?
Why don't you just create an InputBox form to replace it with. InputBox sucks anyway.
Just an idea,
Paul.
I had given that some thought, but hoped there
was a way to spruce up this one first.
Thanks for your prompt reply!
Try some API. You could call InputBox, then find the window and modify it, add graphics or video or whatever you want. But I think it would be better to create a new one. :-)
John