>The GetWindowText function copies the text of the specified window's title bar (if it has one) into a buffer. >If the specified window is a control, the text of the control is copied.
>However, GetWindowText cannot retrieve the text of a control in another application.
INTERNET_STATUS_HANDLE_CREATED Used by InternetConnect to indicate it has created the new handle. This lets the application call InternetCloseHandle from another thread, if the connect is taking too long. The lpvStatusInformation parameter contains the address of an INTERNET_ASYNC_RESULT structure.
long no1,no2; int com; 省略 GetDlgItemText(hWnd,IDC_EDIT1,(char*)no1,sizeof((char*)no1)); GetDlgItemText(hWnd,IDC_EDIT2,(char*)no2,sizeof((char*)no2)); com = SendDlgItemMessage(hWnd,IDC_COMBO,CB_GETCURSEL,0,0);