hi,
i have this under Xbase++
these are up/down Arrow for my Listview "Grid" Header
how under Fivewin :?:
---
LOADIMAGEFILEICON() seems for "File"-Icon but i want to use Resource "in" DLL
LOADIMAGERESICON() seems to be a Way and also LOADIMAGEICON() but i can not find a Sample
i have this under Xbase++
::IcoUp := DXE_Icon() :new() :create()
::IcoUp:load( WinDir+"\System32\NetShell.dll", 2301,16,16 )
::IcoDn := DXE_Icon() :new() :create()
::IcoDn:load( WinDir+"\System32\NetShell.dll", 2300,16,16 )how under Fivewin :?:
---
LOADIMAGEFILEICON() seems for "File"-Icon but i want to use Resource "in" DLL
LOADIMAGERESICON() seems to be a Way and also LOADIMAGEICON() but i can not find a Sample
greeting,
Jimmy
Jimmy