CONTROL EDIT HELP!!!

Ok so i have a dialog that I like.
i can not finde out how to use the edit thing.
i wont to make it use commands that the user types.

here is the code for the dialog...


1
2
3
4
5
6
7
8
DIALOG_0 DIALOG MOVEABLE PURE LOADONCALL DISCARDABLE 0, 0, 130, 18
STYLE DS_FIXEDSYS |DS_SETFONT |WS_POPUP |WS_VISIBLE |WS_SYSMENU |WS_THICKFRAME |WS_MAXIMIZEBOX |WS_MINIMIZEBOX |WS_CAPTION 
CAPTION "Dialog"
FONT 8, "Ms Shell Dlg"
LANGUAGE LANG_NEUTRAL, 0
{
  CONTROL "Beep(100, 100);",1001,"EDIT",ES_LEFT |WS_CHILD |WS_BORDER |WS_TABSTOP |WS_VISIBLE ,3,2,121,14
}
CAPS LOCK POWER!!!...


what kind of language is this - c++?
No I meen i need an exampol on how to use the edit!
yes this is C++
Topic archived. No new replies allowed.