Hi, I'm new to Win32 Programming, and I'm reading Programming Windows by Charles Petzold. Now I'm reading the concept of Icons, Menus and other Resources, and I'm not getting how to create new Icons. Please give me detailed description regarding Creating an Icon. Thanking you. Regards, Ravipns
wrote: > Now I'm reading the concept of Icons, Menus and other > Resources, > and I'm not getting how to create new Icons. > Please give me detailed description regarding Creating an > Icon. Usually you create icons with resource editor. Alternatively, you can create an icon with `CreateIcon'. See here for more info: "Using Icons" http://msdn.microsoft.com/en-us/library/ms648051.aspx HTH Alex