I have a VB6 program that makes a picturebox 24,000 pixels long (yes that big) but the program wont allow it to be larger that 16,838 pixels.
Is this because of memory constraints? I even hardcoded it:
Form1.Picture2.Width = 24000
and it still is only 16838!
I hope someone knows the answer, I am baffeled
Thanks
Start Free Trial