Mirage Source
Visual Inventory (GSD) - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49)
+---- Thread: Visual Inventory (GSD) (/showthread.php?tid=216)

Pages: 1 2 3


- Da Undead - 30-04-2007

Oh ya i forgot to change that in server, ty Advocate. But when i'll get home i'll try it o-o. Don't forget to chage it in data.ini?


- GodSentDeath - 30-04-2007

Da Undead Wrote:Fixed it, i just like deleted it and then created it again. Now im getting an "Method or data member not found"

for .hdc

in

Code:
Call BitBlt(picInv2.hdc, 0, 0, PIC_X, PIC_Y, picItems.hdc, 0, Item(GetPlayerInvItemNum(MyIndex, D + 1)).Pic * PIC_Y, SRCCOPY)
Make sure you did this:
Quote:make another picture box called picItems
AutoRedraw = true
AutoResize = true
Scale Mode = pixel
Visible = false
It might work Wink


- Da Undead - 01-05-2007

Im pertty sure I did that, bit I'll check when I get home Smile