hello all,

I am new to c++, so I got question here:

currently I have below code through which the user gives input to proceed.

CONTROL "", 1005, EDIT, ES_LEFT | ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP, 77, 44, 65, 12 , 0x00020000

I want that a default field to be placed, that user may not able to enter value and it must have a default value in that box.

How should I do?