13-12-2008, 03:09 AM
Johny050 Wrote:When I try to add this I'm getting this error:
DD_ItemSurf (Variable not defined)
I'm pretty sure Johny050 figured this one out by now, but for anyone else trying to add this, just replace
Code:
Call DD_ItemSurf.BltToDC(frmMirage.picVisInv.hdc, rec, rec_pos)
With
Code:
Call DDS_Item.BltToDC(frmMirage.picVisInv.hdc, rec, rec_pos)
Real simple fix. Also there is alot of work to do for anyone who wants to add this in, its not just a C & P (thought C & P gets the actual picture box to work like it should.)