problem refreshing a form

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sunil

    problem refreshing a form

    hello there,

    I am working on vb.net application and i am facing the following problem

    I have a form frm1.vb and from that on clicking some button I have to open
    other form frm2.vb. What i want is that when i complete the work on frm2 and
    closes it, the frm1 should get refreshed. My code in frm1 is like this

    the code in frm1 is as below

    sub btn_click()
    frm2.showdialog ()
    me.refresh()
    end sub

    this is not working in my case . Can anyone help me out.

    Thanks in advance

    --
    Sunil Pandita
    Software Engineer
    (OTS Solutions Pvt. Ltd. )

Working...