I am trying to convert bitmap into icon. But there is some error as the resultant file is just blank.
private void btnCnvrtSave_Click(object sender, EventArgs e)
The only problem with this code is that it supports bitmap images upto 128x128.
It yields a blank ico file if the size of bitmap is greater.