Another GDIPlusX question

2022-07-16 Thread Paul Newton
Hi all I have been creating some bitmaps, saving their PictureVals and later assigning the PictureVal to an Image object: Assuming loBMP has already been created lcPictureVal = StrConv(loBMP.GetPictureValFromHBitmap(),13) Insert Into MyTable Values (lcPictureVal)  && MyTable contains a single

RE: Another GDIPlusX question

2022-07-16 Thread Paul Newton
Isn't it marvellous how simply posting a question to this esteemed list somehow kicks ones brain into gear ... albeit only after posting StrToFile(STRConv(MyTable.MyImage,14),"Temp.BMP") With _Screen.System.Drawing   loBMP = .BitMap.FromFile("Temp.BMP")   etc etc EndWith Paul Newton --- Stri