12
LPSTR cpSiteToSearch = "http://www.google.com/search?hl=en&source=hp&biw=1366&bih=601&q="; strncat (cpSiteToSearch, input, strlen (cpSiteToSearch) + strlen (input));
TCHAR input [256]; GetWindowText (GetDlgItem (hwnd, INPUT_CONTROL), input, 256);