That might work yeah, just been awhile since iv'e done any of this.

Also, now that iv'e finally gotten UnDelphiX 1.07B to install, for some reason I can't draw anything on DXDraw's surface, aside from text so far.

e.g:

[pascal]DXImageList.Items[0].Draw(DXDraw.Surface, 0, 0, 0);
DXImageList.Items[1].Draw(DXDraw.Surface, 20, 20, 0);[/pascal]

Does absolutely nothing, no matter where I put it. Either inbetween BeginScene; and EndScene or otherwise. (I of course Flip; at the end).

EDIT: I see so UnDelphiX doesn't like JPEGS lol, especially concerning transparency, oh well I converted the cursor to a bitmap so it seems ok now.