Hello Its Not Related To PHP I Need Some help In C
I am Trying to Create Windows Programs With C
Would Anyone lease Tell Me How To Get The Text In a edit box ??
And This Is The Edit Box
I Wanna Track The Text In The Edit Box When Someone Clicks On A ButtonCode:C: ............................................................. hwndEdit = CreateWindowEx(WS_EX_CLIENTEDGE, "EDIT", "", WS_BORDER|WS_VISIBLE|WS_CHILD|ES_MULTILINE|ES_AUTOVSCROLL|WS_VSCROLL, 0,0,370,200, hwndMain, NULL, hInst, NULL); ...................................................
C:
So How Can I Do It ??Code:.................................................................. case WM_LBUTTONDOWN: m_edit_val = hwndEdit.dwStyle; MessageBox(0,"Text On The Edit box Would Be Here","Title",MB_OK); break; ........................................................
My CPP File Has Been Attached



LinkBack URL
About LinkBacks



CornedBee