Link to home
Start Free TrialLog in
Avatar of felicia
felicia

asked on

ME.REFRESH

Could somebody give me advise on the following code usage...

me.refresh

Many Thanks

Felicia
ASKER CERTIFIED SOLUTION
Avatar of Erick37
Erick37
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That's from VB Help, by the way.

Example:

Private Sub Form_Load()
    Me.Show
    Me.Refresh
    Form2.Show
End Sub
Avatar of felicia
felicia

ASKER

Thanks.

Have a good day!!!

I use refresh.me instead of cls.me some times both clears the form or object for updateing.I use it in Animation
Im sorry i use Form1.cls instead of refresh.me or picture1.cls thats works for me :0)