hi,
the following function does not return the text in a edit box control. Anyone know any other way to get the text in an edit box control? I'm not using MFC. "SetWindowText" works fine, only "GetWindowText" does not work.
int GetWindowText(
HWND hWnd, // handle to window or control
LPTSTR lpString, // text buffer
int nMaxCount // maximum number of characters to copy
);
-=$umedha=-
the following function does not return the text in a edit box control. Anyone know any other way to get the text in an edit box control? I'm not using MFC. "SetWindowText" works fine, only "GetWindowText" does not work.
int GetWindowText(
HWND hWnd, // handle to window or control
LPTSTR lpString, // text buffer
int nMaxCount // maximum number of characters to copy
);
-=$umedha=-