S
Steve McLellan
Hi,
Does anyone know how Windows allocates memory for controls? For example,
given a huge Panel, say, in a relatively much smaller Form with scrollbars,
will Windows attempt to allocate a huge area of memory for the Panel's
visible surface, or will it only allocate as much as is required (i.e. as
much as is visible)?
If the former, is there any way of preventing this? Like telling it that at
this point in time, only X amount of the panel will be necessary?
Thanks,
Steve
Does anyone know how Windows allocates memory for controls? For example,
given a huge Panel, say, in a relatively much smaller Form with scrollbars,
will Windows attempt to allocate a huge area of memory for the Panel's
visible surface, or will it only allocate as much as is required (i.e. as
much as is visible)?
If the former, is there any way of preventing this? Like telling it that at
this point in time, only X amount of the panel will be necessary?
Thanks,
Steve