Apr 5, 2004 #1 Dapper Programmer Nov 2, 2003 74 GB Hi I am trying to load a pic from a control image list I have tried this set nameofgrid.cellpicture = loadpicture = imagelist.index = 1 what am I doing wrong or is there an easier way. cheers dapper
Hi I am trying to load a pic from a control image list I have tried this set nameofgrid.cellpicture = loadpicture = imagelist.index = 1 what am I doing wrong or is there an easier way. cheers dapper
Apr 5, 2004 1 #2 MarkSweetland MIS Aug 30, 2000 1,177 US dim index as integer index = 1 Set nameofgrid.CellPicture = imagelist.ListImages.Item(index).Picture Mark "You guys pair up in groups of three, then line up in a circle." - Bill Peterson, a Florida State football coach Upvote 0 Downvote
dim index as integer index = 1 Set nameofgrid.CellPicture = imagelist.ListImages.Item(index).Picture Mark "You guys pair up in groups of three, then line up in a circle." - Bill Peterson, a Florida State football coach
Apr 5, 2004 Thread starter #3 Dapper Programmer Nov 2, 2003 74 GB this works great thanks better give you star Upvote 0 Downvote