B
Brian Newman
In past languages (I'm thinking of FoxPro here and possibly VB 2.0 or
so), you could "freeze" the visual display of a form while you update
it in code, then "reveal" the updated form. This kept the display
from flashing or bogging down while it drew every individual thing one
at a time and made it look neat and clean to the user.
Is there a similar function in VB.NET, without actually hiding the
form?
so), you could "freeze" the visual display of a form while you update
it in code, then "reveal" the updated form. This kept the display
from flashing or bogging down while it drew every individual thing one
at a time and made it look neat and clean to the user.
Is there a similar function in VB.NET, without actually hiding the
form?