Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error creating window handle - memory error?

Status
Not open for further replies.

DMAN3021

Programmer
Aug 20, 2002
40
CA
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...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top