Hello,
I am currently building a VB version of a LCD Screen that will be 128 pixels x 64 pixels. I've created a control for a pixel that turns on and off and now I must create a screen.
In total there will be 128 x 64 = 8192 pixels on my screen. I've tried to seperate the pixels into rows, creating a row of 128 pixels in an array and then creating 64 rows, but I get a "error creating window handle" error when I try to add this control to a form.
So, is there another way to build this kind of screen, or does any one know why this error occurs.
Thanks,
Dman...
I am currently building a VB version of a LCD Screen that will be 128 pixels x 64 pixels. I've created a control for a pixel that turns on and off and now I must create a screen.
In total there will be 128 x 64 = 8192 pixels on my screen. I've tried to seperate the pixels into rows, creating a row of 128 pixels in an array and then creating 64 rows, but I get a "error creating window handle" error when I try to add this control to a form.
So, is there another way to build this kind of screen, or does any one know why this error occurs.
Thanks,
Dman...