Editbox multiline problem???
-
:confused:Hi all, This is a very simple question.. Please help.. I am using an edit box to input user address..and this edit box property multiline property is true..but when i enter data into that edit box..it doesnt understand enter to go to next line..instead it goes to OK button..please help me to make it behave like it should.. Any help is highly apprecaited.. thanks a lot in advance.. regards himanshu
-
:confused:Hi all, This is a very simple question.. Please help.. I am using an edit box to input user address..and this edit box property multiline property is true..but when i enter data into that edit box..it doesnt understand enter to go to next line..instead it goes to OK button..please help me to make it behave like it should.. Any help is highly apprecaited.. thanks a lot in advance.. regards himanshu
Does the edit control have the
ES_WANTRETURN
style?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
-
Does the edit control have the
ES_WANTRETURN
style?
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?
;)Thanks a lot..it did my work.. Himanshu