Re: refreshing on Resize

From: Peter De Baets (info_at_peterssoftware.com)
Date: 10/15/04


Date: 15 Oct 2004 14:02:18 -0700

You can use

Application.Echo False

and

Application.Echo True

to turn off screen updates, and then turn them on again.

Hope this helps,

Peter De Baets
Peter's Software - MS Access Tools for Developers
http://www.peterssoftware.com

"Jordan" <nojunk_allowed@nospam.com> wrote in message news:<uKPqbShsEHA.3324@TK2MSFTNGP15.phx.gbl>...
> I have a form that has a large list box on it. I have it so the list box
> expands and contracts as the form expands and contracts. Here is the code:
>
> Private Sub Form_Resize()
>
> Me.lstSubData.Height = Me.InsideHeight - 2800
> Me.lstSubData.Width = Me.InsideWidth - 600
>
> End Sub
>
> The problem is that the form flashes rapidly as it expand and contract and
> it can be very annoying. Is there a way to make my Access 2000 form not
> flash as much as it resizes?



Relevant Pages

  • refreshing on Resize
    ... expands and contracts as the form expands and contracts. ... Private Sub Form_Resize ... flash as much as it resizes? ...
    (microsoft.public.access.forms)
  • Re: Table resizing and type breaks in IE7
    ... the table expands or contracts to match the page size/screen resolution. ... This not only produced an unvarying left column width, but it fixed the type breaking problem in IE7. ...
    (microsoft.public.inetsdk.html_authoring)
  • Re: Shuttle lift-off questions
    ... that the fuel tank expands when emptied and contracts when filled. ... that is replaced with warm air as it empties. ... That frozen stuff floats on top of liquid stuff, ...
    (sci.physics)
  • Re: Open file from Cell
    ... Private Sub Worksheet_Change ... All the contracts are located on a share drive, ... are saved in different folders. ... Is it possible to have the macro search all ...
    (microsoft.public.excel.programming)
  • Re: Shuttle lift-off questions
    ... that the fuel tank expands when emptied and contracts when filled. ... that is replaced with warm air as it empties. ... Other than very few exceptions, stuff contracts, *not* expands, on ...
    (sci.physics)

Loading