| void CBCGPFileDialog::SetDlgIcon | ( | HICON | hIconBig, | 
| HICON | hIconSmall = NULL  | 
        ||
| ) | 
Sets the dialog box icon
Call this function to set the dialog box big (32x32) and small (16x16) icons. If the hIconSmall parameter is NULL, the first parameter is used.
| hIconBig | Specifies handle to the big icon | 
| hIconSmall | Specifies handle to the small icon |