hi, i'm making a hotel reservation system for our final project in database management.. i'm having difficulty on how can i attach an image in a listview, if i insert a room category, the roomstatus will automatically insert a value of 1 on the table, and in the listview the data 1 in the column of status must be view as an image that indicates that the room is available... can somebody kindly help me...this is my first time in c# so please give me some suggestions... thank you,,:)
how to insert image in listview?
Collapse
X
-
Bytes.com isn't a code or homework service, we're a community of like minded people who come together to help those who are willing to help themselves.
Show us what you've tried and we will do everything we can to nudge you in the right direction but we will not just do the work for you.Comment
-
Here is the you may wanted code
And see more image inserting and creating sample ,see hereCode:RasterEdgeImaging Image = new RasterEdgeImaging(); int ResImg; ResImg = RasterEdgeImaging.CreateBitmapImage(75, 250, PixelFormat.Format24bppRgb, RasterEdgeImaging.ARGB (255, 0, 0, 0)); Image.save(@"C:\1.bmp")
Comment
Comment