I'm trying to set the meta data in an image file, I can't get it to work and wondered if someone might be able to point me in the right direction.. #include <GDIPlus.au3> Global Const $PropertyTagImageTitle = 0x0320 Global Const $PropertyTagEquipMake = 0x010f Global Const $PropertyTagEquipModel = 0x0110 Global Const $tagPropertyItem = "long id; long length; int Type; ptr value" Global Const $PropertyTagTypeByte = 1 Global Const $PropertyTagTypeASCII = 2 Global Const $PropertyTagTypeSh