View Full Version : Text Input Box Grayed Out
Maze
March 26th, 2009, 14:22
I have a text input box grayed out, but there is a default setting number inside "1234".
What functions should I be looking for ?
Thanks!
naides
March 26th, 2009, 15:05
Try this posting in the board, and start from there:
http://www.woodmann.com/forum/search.php?searchid=535576&pp=25
Maze
March 26th, 2009, 15:26
Quote:
[Originally Posted by naides;79860]Try this posting in the board, and start from there:
http://www.woodmann.com/forum/search.php?searchid=535576&pp=25 |
That was the first thing I tried.
Let me ask it this way, what function sets the default text inside an input box ? thanks
squidge
March 26th, 2009, 16:51
Try SetWindowText(). Despite the name, it sets the text property of many gui elements. There's no difference between default and current text, so it'll be called a lot of times.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.