Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, the question is :
how to disable user's input in the edit box, so he won't be able to input the name or modify it?
it seems i've found some information about it here
http://msdn.microsoft.com/en-us/library/windows/desktop/ms646960(v=vs.85).aspx#_win32_Explorer_Style_Control_Identifiers[^]

here is the quote from the link:

cmb13 Drop-down combo box that displays the name of the current file, allows the user to type the name of a file to open, and select a file that has been opened or saved recently. This is for earlier Explorer-compatible applications without hook or dialog template. Compare with edt1.
here is the quote :
edt1 Edit control that displays the name of the current file, or allows the user to type the name of the file to open. Compare with cmb13.

but still i can't work out how to put it in code. Thanks in advance!
Posted
Updated 22-Apr-14 0:48am
v2

1 solution

also found how to do this:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb849132(v=vs.85).aspx[^]
but how do i know the HWND of the edit box of the Save As dialog?
 
Share this answer
 

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