Function CreateIconOrCursorFromBitmap(ByVal hBmp As HBITMAP) As HICON
Создает иконку или курсор в памяти из битмапа и возвращает ее(его) хендл.
hBmp - хендл битмапа
Windows
#Include "window9.bi"
SaveIconOrCursor(CreateIconOrCursorFromBitmap(Load_image("1.png",&hf0f0f0)),"44.ico")
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites