Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using icons (not text) with grid

Status
Not open for further replies.

gusset

Technical User
Mar 19, 2002
251
GB
just for fun, i am doing a small project which involves a game which is a bit like minesweeper. i am used to using flexgrids and the like in database applicatoins but need a grid which holds icons rather than text. i am not aware that the flexgrid can hold small images such as icons.

please could anybody let me know of any ideas?

thanks

gusset
 
Looping based on the current row and column.

FlexGrid1.CellPicture = LoadPicture("C:\Graphics\MyPict.bmp")
 
thanks, cclint. that's surprsing. i ought to have looked at the methods before posting - sorry!

gusset
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top