Hello all...
I am having troubles getting the following function to return a valid icon handle.
hicon = LoadImage(%NULL, ByVal %IDI_WINLOGO, %IMAGE_ICON, 16, 16, %LR_DEFAULTSIZE)
Would anybody out there be able to help me understand why this does not work?
Cheers!
I am having troubles getting the following function to return a valid icon handle.
hicon = LoadImage(%NULL, ByVal %IDI_WINLOGO, %IMAGE_ICON, 16, 16, %LR_DEFAULTSIZE)
Would anybody out there be able to help me understand why this does not work?
Cheers!
Comment