Hi there,
this works fine :
hICONInfo = LoadIcon( GetModuleHandle(BYVAL 0), BYVAL MAKLNG(1003,0) )
but when i use $NUL hIconInfo is 0 :
hICONInfo = LoadIcon( GetModuleHandle($NUL), BYVAL MAKLNG(1003,0) )
What is $NUL ? A STRPTR, a VARPTR or simply 0 ?
Ralph
------------------
this works fine :
hICONInfo = LoadIcon( GetModuleHandle(BYVAL 0), BYVAL MAKLNG(1003,0) )
but when i use $NUL hIconInfo is 0 :
hICONInfo = LoadIcon( GetModuleHandle($NUL), BYVAL MAKLNG(1003,0) )
What is $NUL ? A STRPTR, a VARPTR or simply 0 ?
Ralph
------------------
Comment