Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
So frustrating!
#1
Ok, so this is probably quite simple, but it's frustrating the heck out of me!  Huh
[Image: A.jpg] This is A.jpg

(Please try to keep response simple).

Code: (Select All)
Screen _NewImage(1000, 800, 256)
Print "Why is line 8 returning Illegal function call?"
Sleep 2
h = 200: v = 200 '                                            horiz and vert position for pic
ReDim pic(4) As Long
im(1) = _LoadImage("RecPics/" + Chr$(65) + ".jpg")
Print: Print "im(1) is"; im(1); "                                  (if less than -1, this handle should be ok)"
_PutImage (h, v), im(1)
Sleep
_FreeImage (im(1))
Of all the places on Earth, and all the planets in the Universe, I'd rather live here (Perth, W.A.) Big Grin
Please visit my Website at: http://oldendayskids.blogspot.com/
Reply


Messages In This Thread
So frustrating! - by PhilOfPerth - 03-09-2023, 07:30 AM
RE: So frustrating! - by bplus - 03-09-2023, 07:56 AM
RE: So frustrating! - by PhilOfPerth - 03-09-2023, 08:27 AM
RE: So frustrating! - by bplus - 03-09-2023, 08:32 AM
RE: So frustrating! - by mnrvovrfc - 03-09-2023, 10:45 AM
RE: So frustrating! - by a740g - 03-09-2023, 10:59 AM
RE: So frustrating! - by PhilOfPerth - 03-09-2023, 10:36 PM
RE: So frustrating! - by mnrvovrfc - 03-10-2023, 06:48 AM
RE: So frustrating! - by bplus - 03-09-2023, 11:21 PM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 04:21 AM
RE: So frustrating! - by bplus - 03-10-2023, 05:35 AM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 06:26 AM
RE: So frustrating! - by PhilOfPerth - 03-10-2023, 10:10 AM



Users browsing this thread: 14 Guest(s)