Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I make an edit control on my dialog in VS2005 but when I run my app it doesnt show when I type in it.

The control is there, but its like it's read only wen its not.
Posted
Comments
ARopo 29-Oct-10 3:41am    
Do you have any sample code, it is very hard to help without any idea what your program does?
Ajay Vijayvargiya 29-Oct-10 14:02pm    
It doesn't shows up, or it doesn't allow you to type ?
aamswe 30-Oct-10 0:59am    
Check property of the edit control, it's property visible should be mark and read only property should unmark. If property is already set as expected then check resource ID in rc file, ID should not repeate. See if your resource ID Number is unique in the resource.h file.

you can try to SetDlgItemText for the edit control,to see if it is show ,,,,if not ,you can try to debug it step by step ,and see the value of the edit control in debug mode~
 
Share this answer
 
It may be the Disabled property of edit control is set to be true.

Check this link and try may be this will help you.
http://functionx.com/visualc/controls/edit.htm
 
Share this answer
 
v2
Comments
Rajesh Anuhya 9-Nov-10 7:09am    
Link Broken

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900