1
EZGUI 5 support forum / Re: Light/Dark Mode
« Last post by Chris Boss on April 05, 2025, 08:14:23 am »An example:
Code: [Select]
EZ_StartCList "Form1", ""
Count&=EZ_GetCListCount
IF Count&>0 THEN
FOR N&=1 TO Count&
ID& = EZ_GetCListID(N&)
Class$ = EZ_GetCListClass(N&,1)
hWnd& = EZ_GetCListHandle(N&)
NEXT N&
END IF
EZ_EndCList