[9/10] [try 4] appwiz.cpl: Add basic Support Information dialog

Juan Lang juan.lang at gmail.com
Thu Jul 17 13:13:51 CDT 2008


Hi Owen, this one's another long-liner:

+                    if (GetWindowTextW(GetDlgItem(hWnd,
IDC_INFO_LABEL), oldtitle, MAX_STRING_LEN) != 0)
+    DialogBoxParamW(hInst, MAKEINTRESOURCEW(IDD_INFO), hWnd,
(DLGPROC) SupportInfoDlgProc,
+                    selitem = SendDlgItemMessageW(hWnd, IDL_PROGRAMS,
LVM_GETNEXTITEM, -1,
+                        if (SendDlgItemMessageW(hWnd, IDL_PROGRAMS,
LVM_GETITEMW, 0, (LPARAM) &lvItem))

Please set your editor window to be rather narrower.
--Juan



More information about the wine-devel mailing list