01-15-2023, 08:50 AM
Still not working
,;The following code fails to execute
,str s1.expandpath("$desktop$\AlphaSettings.bmp")
,str s2.expandpath("$desktop$\AlphaFind.bmp")
,str s3.expandpath("$desktop$\AlphaRun.bmp")
,str s4.expandpath("$desktop$\AlphaHelp.bmp")
,li3.Icons.LoadBitmap(s1, 1, XtremeSuiteControls.xtpImageNormal)
,li3.Icons.LoadBitmap(s2, 2, XtremeSuiteControls.xtpImageNormal)
,li3.Icons.LoadBitmap(s3, 3, XtremeSuiteControls.xtpImageNormal)
,li3.Icons.LoadBitmap(s4, 4, XtremeSuiteControls.xtpImageNormal)