Results 1 to 7 of 7

Thread: Is there anyway

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344
    To simulated a reload in a form without actually unloading the form and reloading it?
    Example form1 is showing but i want it to reload.....if a panel is not showing no more.....without actually going unload me
    form1.show
    got me?
    -RaY
    VB .Net 2010 (Ultimate)

  2. #2
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617

    load frmname

    would do

  3. #3
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606

    I think there is


    i don't know if it's what you want but try this:

    Code:
    Private Sub Command1_Click()
    Form_Load
    End Sub
    
    Private Sub Form_Load()
    MsgBox "hello"
    End Sub

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    er, I think I know what you're saying.

    Have you tried me.refresh to refresh the form
    Mark
    -------------------

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    Yeah i did

    None of the suggestions work since the form is already loaded....
    -RaY
    VB .Net 2010 (Ultimate)

  6. #6
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    why does part of it stop showing?

    is the app busy in a loop or something?
    Mark
    -------------------

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    Problem is

    I wanted the code in the activate to be performed, if i do it any time since its a loop my app wont even begin, or just stop. It works fine in the activate though....
    -RaY
    VB .Net 2010 (Ultimate)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width