Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
use Third-party listview control Error
#6
in response to post #3  try this
Code:
Copy      Help
,case WM_INITDIALOG
,XtremeSuiteControls.ListView li3
,li3._getcontrol(id(3 hDlg))
,li3.ListItems.Add(0, "", "Settings", 1)
,li3.ListItems.Add(0, "", "Find", 2)
,li3.ListItems.Add(0, "", "Run", 3)
,li3.ListItems.Add(0, "", "Help", 4)
,li3.SetIconSize(24 24)
,XtremeSuiteControls.ImageManagerIcons lvi3=li3.Icons 
,str s1.expandpath("$desktop$\AlphaSettings.bmp")
,str s2.expandpath("$desktop$\AlphaFind.bmp")
,str s3.expandpath("$desktop$\AlphaRun.bmp")
,str s4.expandpath("$desktop$\AlphaHelp.bmp")
,lvi3.LoadBitmap(s1 1 XtremeSuiteControls.xtpImageNormal)
,lvi3.LoadBitmap(s2 2 XtremeSuiteControls.xtpImageNormal)
,lvi3.LoadBitmap(s3 3 XtremeSuiteControls.xtpImageNormal)
,lvi3.LoadBitmap(s4 4 XtremeSuiteControls.xtpImageNormal)


Messages In This Thread
RE: use Third-party listview control Error - by Kevin - 01-16-2023, 02:17 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)