Hi everyone,

I'm learning VB and hope you can help?

I can use alphablend to produce the result i want which i display in a picture box and everything looks great. The problem is that if i then try and reference the picture i have just produced i dont display the picture?

For example

if objItem.Lockout = False then
Set msflexgrid.CellPicture = Picture2 'picturebox where alphablend image displayed
End If

I guess i'm doing something silly but i dont know what