vb6; توضیح راجع به پیغام خطای(Run time error '480':Can't create AutoRedraw image:)؟؟؟

با عرض سلام...​
لطفا راجع به این پیغام توضیح بدید و کمکم کنید...
Run time error '480
Can't create AutoRedraw image​
 

the_king

مدیرکل انجمن
با عرض سلام...​
لطفا راجع به این پیغام توضیح بدید و کمکم کنید...
Run time error '480
Can't create AutoRedraw image​

توضیحاتی که در MSDN مایکروسافت داده شده به قدر کافی واضح هست :

Can't create AutoRedraw image (Error 480)

Visual Basic can't create a persistent bitmap for automatic redraw of the form or picture.
This error has the following cause and solution:

There isn't enough available memory for the AutoRedraw property to be set to True.
Set the AutoRedraw property to False and perform your own redraw in the Paint event procedure,
or make the PictureBox control or Form object smaller and try the operation again with AutoRedraw set to True.

خلاصه اش اینه که ابعاد PictureBox تان بزرگتر از حدی است که ویژوال بیسیک بتواند برای ایجاد یک نسخه دیگر از آن
حافظه ای اختصاص دهد. یا AutoRedraw را در PictureBox برابر False کنید و یا ابعاد PictureBox را کاهش دهید.
 

جدیدترین ارسال ها

بالا