RE: Problem replacing/deleting temporary picture file

2022-04-06 Thread paul.newton.hudl
n the form Destroy event. Paul -Original Message- From: ProfoxTech On Behalf Of Tracy Pearson Sent: 05 April 2022 14:44 To: profoxt...@leafe.com Subject: RE: Problem replacing/deleting temporary picture file Hi Paul, I have a couple of places that have an BMP loaded in the Image control

RE: Problem replacing/deleting temporary picture file

2022-04-05 Thread Tracy Pearson
oblem replacing/deleting temporary picture file Hi all I have an image control whose Picture property is a temporary BMP (say Temp1.BMP). I am trying to redisplay the image control with a new Picture property of Temp2.BMP or with a modified Temp1.BMP Using GDIPlusX, I am creating the BMPs wit

Problem replacing/deleting temporary picture file

2022-04-03 Thread paul.newton.hudl
Hi all I have an image control whose Picture property is a temporary BMP (say Temp1.BMP). I am trying to redisplay the image control with a new Picture property of Temp2.BMP or with a modified Temp1.BMP Using GDIPlusX, I am creating the BMPs with the BitMap.Save method. Once I have used T