这样试试看:)hRes=FindResource(ins,(LPSTR)IDR_GBTOBIG,RT_RCDATA);//IDR_GBTOBIGFROM MSDN:ResIf the high-order word of the lpName or lpType parameter is zero, the low-order word specifies the integer identifier of the name or type of the given resource. Otherwise, those parameters are long pointers to null-terminated strings. If the first character of the string is a pound sign (#), the remaining characters represent a decimal number that specifies the integer identifier of the resource抯 name or type. For example, the string ?258?represents the integer identifier 258.