A
Ahmad Jalil Qarshi
hi!
i want to load an icon into the clipboard using win32 api. i have loaded the
BMP image using following function.
::SetClipboardData(CF_BITMAP, (HANDLE)hBmp);
but dont know how to load the icon.
Thanx.
Ahmad Jalil Qarshi
i want to load an icon into the clipboard using win32 api. i have loaded the
BMP image using following function.
::SetClipboardData(CF_BITMAP, (HANDLE)hBmp);
but dont know how to load the icon.
Thanx.
Ahmad Jalil Qarshi