M
mgarner1980
How do I programmatically add the image file "test.bmp"
to an imagelist in vb.net Compact framwork?
I tried a similair aproach as to what I saw in the IDE generated code like
below:
Me.ImageList1.Images.Add(CType(resources.GetObject("resource"),
System.Drawing.Image))
but couldn't get it to work
to an imagelist in vb.net Compact framwork?
I tried a similair aproach as to what I saw in the IDE generated code like
below:
Me.ImageList1.Images.Add(CType(resources.GetObject("resource"),
System.Drawing.Image))
but couldn't get it to work