I have searched the help file and I can't seem to find how to get a loaded image's (using SHOWIMAGE window, handle, type, x, y , {w, h{, flags}}) width and height. Can anyone advise?
I use functions from a dll to determine image size, scale, rotate, adjust contrast, etc.
You can find an IBASIC example w/ the dll and source code at :
http://www.codingmonkeys.com/index.php?action=tpmod;dl=item31
Thanks Larry,
Have downloaded the examples and I will try them out.